From d73f25e9b2b51cbc19cf208359b8ad76fb1aa747 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Thu, 5 Dec 2019 11:05:23 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.1=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pygac/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 00479872..058ef4c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 commit = True tag = True diff --git a/pygac/version.py b/pygac/version.py index 1a992317..eea792e5 100644 --- a/pygac/version.py +++ b/pygac/version.py @@ -22,4 +22,4 @@ """Just holding the version of the pygac module.""" -__version__ = '1.2.1' +__version__ = '1.3.0'