We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128a93f commit eceb3feCopy full SHA for eceb3fe
setup.py
@@ -19,8 +19,9 @@
19
20
package_root = os.path.abspath(os.path.dirname(__file__))
21
22
-long_description = """Python Low Level Client for CloudQuery Plugin
23
-=============================
+long_description = """
+Python Low Level Client for CloudQuery Plugin
24
+================================================
25
26
Overview
27
-----------
@@ -35,7 +36,7 @@
35
36
]
37
setuptools.setup(
38
name=name,
- version="0.0.8",
39
+ version="0.0.9",
40
description=description,
41
long_description=long_description,
42
author="CloudQuery LTD",
0 commit comments