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'