Skip to content

Commit d73f25e

Browse files
committed
Bump version: 1.2.1 → 1.3.0
1 parent d1fb2d6 commit d73f25e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

pygac/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
"""Just holding the version of the pygac module."""
2424

25-
__version__ = '1.2.1'
25+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)