From 65bcad4638d3d2a20b1dc461b4ee43a93f214cf1 Mon Sep 17 00:00:00 2001 From: zertrin Date: Mon, 27 Nov 2023 21:47:26 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- zkpytb/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7585481..36ad920 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index cf44dc2..fa62d28 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def parse_requirements(filename): setup( name='zkpytb', - version='0.2.0', + version='0.3.0', description="A collection of useful functions by Zertrin", long_description=readme + '\n\n' + history, author="Marc Gallet", diff --git a/zkpytb/__init__.py b/zkpytb/__init__.py index 0f257dd..d2fadce 100644 --- a/zkpytb/__init__.py +++ b/zkpytb/__init__.py @@ -4,4 +4,4 @@ __author__ = """Marc Gallet""" __email__ = 'zertrin@gmail.com' -__version__ = '0.2.0' +__version__ = '0.3.0'