Skip to content

Commit 35b7af2

Browse files
committed
Minor README fix
1 parent 272a1d2 commit 35b7af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Installation
4141

4242
.. code:: bash
4343
44-
pip install ksql-python-ng==0.29.1.3
44+
pip install ksql-python-ng==0.29.0.1
4545
4646
Getting Started
4747
---------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_install_requirements(path):
1111
return [req for req in content.split("\n") if req != "" and not req.startswith("#")]
1212

1313

14-
VERSION = "0.29.1.3"
14+
VERSION = "0.29.0.1"
1515

1616
here = os.path.dirname(__file__)
1717

0 commit comments

Comments
 (0)