Skip to content

Commit b58b8a6

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent d049e3d commit b58b8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

named_enum/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Define the version of the web service"""
2-
__version__ = "1.2.0"
2+
__version__ = "1.3.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = True
44
tag = False
55

0 commit comments

Comments
 (0)