diff --git a/setup.cfg b/setup.cfg index 9ada265..27ac004 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index c33eb2b..11c3381 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ CURRENT_DIR = os.path.abspath( os.path.dirname( __file__ ) ) -__VERSION__ = '2.0.0' +__VERSION__ = '2.0.1' class ProtobufBuilder(_build):