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