From 7017c931fafd5046c9a6147e474816ed023079d6 Mon Sep 17 00:00:00 2001 From: hardik-pdgt Date: Thu, 23 Jun 2022 19:02:46 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- src/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a946f38..dc69212 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index c772b30..07bb43f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ except ImportError: from distutils.core import setup -version = "0.2.5" +version = "0.2.6" if sys.argv[-1] == "publish": try: diff --git a/src/__init__.py b/src/__init__.py index 181ce04..0f734f3 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -Version = 0.2.5 +Version = 0.2.6