From 35b7af292ab2141c7910b9daa544cff1598526b8 Mon Sep 17 00:00:00 2001 From: Idan Sheinberg Date: Fri, 6 Sep 2024 18:16:52 +0300 Subject: [PATCH] Minor README fix --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9c3c6c3..66b97a9 100644 --- a/README.rst +++ b/README.rst @@ -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 --------------- diff --git a/setup.py b/setup.py index 0516419..fd0a0bc 100644 --- a/setup.py +++ b/setup.py @@ -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__)