From 34fa50a23d616eb60729464efbca79e4fcf5cf2e Mon Sep 17 00:00:00 2001 From: Pierpaolo Pantone <24alsecondo@gmail.com> Date: Mon, 20 Dec 2021 15:32:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8741a226c..4ee3906a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 5c95a6144..5c55805bb 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.1.0" +VERSION = "1.2.0" setup( name="gsy-e",