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):