Skip to content

Commit

Permalink
Minor README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Sep 6, 2024
1 parent 272a1d2 commit 35b7af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Installation

.. code:: bash
pip install ksql-python-ng==0.29.1.3
pip install ksql-python-ng==0.29.0.1
Getting Started
---------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_install_requirements(path):
return [req for req in content.split("\n") if req != "" and not req.startswith("#")]


VERSION = "0.29.1.3"
VERSION = "0.29.0.1"

here = os.path.dirname(__file__)

Expand Down

0 comments on commit 35b7af2

Please sign in to comment.