From f6f1e6f3a62acc996d756f6f05aab13094fce680 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Date: Fri, 29 Mar 2024 07:09:15 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ccb4fd3..119214a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 64fc883..f00d22c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ CURRENT_DIR = os.path.abspath( os.path.dirname( __file__ ) ) -__VERSION__ = '3.0.0' +__VERSION__ = '3.0.1' class ProtobufBuilder(_build):