From 2ad092d49e65dd3f6c6d8413eb24e7ebd680a963 Mon Sep 17 00:00:00 2001 From: Michael Pollmeier Date: Tue, 4 Jun 2024 17:42:37 +0200 Subject: [PATCH] upgrade version re https://github.com/joernio/cpgqls-client-python/pull/15#issuecomment-2147434390 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a74b50b..05dbdb5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="cpgqls-client", - version="0.0.9", + version="0.0.10", author="ShiftLeft Inc.", author_email="claudiu@shiftleft.io", description="A client library for CPGQL servers",