From 1f84c00da35843f162b00fc6b0dc0430888df158 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Tue, 19 Dec 2023 16:13:41 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- hey/__init__.py | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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