diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1091b6c..f4fd24a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True diff --git a/hey/__init__.py b/hey/__init__.py index b6f7b3b..b2bb898 100644 --- a/hey/__init__.py +++ b/hey/__init__.py @@ -2,4 +2,4 @@ __author__ = """Sadra Yahyapour""" __email__ = 'lnxpylnxpy@gmail.com' -__version__ = '0.1.2' +__version__ = '0.1.3' diff --git a/setup.cfg b/setup.cfg index 5d291f6..6f35afd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hey_mindsdb -version = 0.1.2 +version = 0.1.3 description = Your AI-powered pair programming friend. long_description = file: README.md long_description_content_type = text/markdown @@ -44,7 +44,7 @@ console_scripts = hey=hey.cli:main [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True