We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196b980 commit 868aec2Copy full SHA for 868aec2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.1
+current_version = 1.3.0
3
commit = False
4
tag = False
5
setup.py
@@ -17,7 +17,7 @@
17
long_description = fh.read()
18
19
name = "eifunannot"
20
-version = "1.2.1"
+version = "1.3.0"
21
22
if sys.version_info.major != 3:
23
raise EnvironmentError(
0 commit comments