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 272a1d2 commit 35b7af2Copy full SHA for 35b7af2
README.rst
@@ -41,7 +41,7 @@ Installation
41
42
.. code:: bash
43
44
- pip install ksql-python-ng==0.29.1.3
+ pip install ksql-python-ng==0.29.0.1
45
46
Getting Started
47
---------------
setup.py
@@ -11,7 +11,7 @@ def get_install_requirements(path):
11
return [req for req in content.split("\n") if req != "" and not req.startswith("#")]
12
13
14
-VERSION = "0.29.1.3"
+VERSION = "0.29.0.1"
15
16
here = os.path.dirname(__file__)
17
0 commit comments