diff --git a/setup.cfg b/setup.cfg index 5196c10..65daf8b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 5211a86..5db74bc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ CURRENT_DIR = os.path.abspath( os.path.dirname( __file__ ) ) -__VERSION__ = '3.0.2' +__VERSION__ = '3.0.3' class ProtobufBuilder(_build):