diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c92281..3337d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## 0.1.3 + +- version update in __init__.py + + ## 0.1.2 ### New Features diff --git a/fastkafka/__init__.py b/fastkafka/__init__.py index 5b46dd3..10be778 100644 --- a/fastkafka/__init__.py +++ b/fastkafka/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2rc1" +__version__ = "0.1.3" # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/998_Application_export.ipynb. # %% auto 0 diff --git a/settings.ini b/settings.ini index 5658bea..b2a5a4a 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = fastkafka lib_name = %(repo)s -version = 0.1.2 +version = 0.1.3 min_python = 3.8 license = apache2