From 48d3b97be8f94cacc7b49f26bc31754211af8eb9 Mon Sep 17 00:00:00 2001 From: Hannes Diedrich Date: Wed, 23 Mar 2022 09:02:34 +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 777b8a2c..ba4beebb 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 92756874..0cf0f815 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ README = readme.read() # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. -VERSION = "1.2.0" +VERSION = "1.3.0" setup( name="gsy-framework",