Skip to content

Commit 6a6845a

Browse files
committed
Bump version: 1.3.0 → 1.4.0
1 parent 9e795c1 commit 6a6845a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.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.3.0
2+
current_version = 1.4.0
33
commit = False
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description = fh.read()
1818

1919
name = "eifunannot"
20-
version = "1.3.0"
20+
version = "1.4.0"
2121

2222
if sys.version_info.major != 3:
2323
raise EnvironmentError(

0 commit comments

Comments
 (0)