diff --git a/setup.cfg b/setup.cfg index 4ee3906a8..d89bd6688 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 5c55805bb..7fa501128 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ REQUIREMENTS.append("psycopg2==2.9.1") # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. -VERSION = "1.2.0" +VERSION = "1.3.0" setup( name="gsy-e",