From 5d3ca14f285eb5ac3826e16de256ae4a78c40911 Mon Sep 17 00:00:00 2001 From: Hannes Diedrich Date: Wed, 23 Mar 2022 09:04:48 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.3.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 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",