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 9e795c1 commit 6a6845aCopy full SHA for 6a6845a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.0
+current_version = 1.4.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.3.0"
+version = "1.4.0"
21
22
if sys.version_info.major != 3:
23
raise EnvironmentError(
0 commit comments