Skip to content

Commit e59d522

Browse files
committed
bump version to 3.4.0
1 parent 294d123 commit e59d522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMTool/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
major = 3
3-
minor = 3
4-
dev = 1
3+
minor = 4
4+
dev = 0
55

66
__version__ = "{}.{}.{}".format(major, minor, dev)
77

0 commit comments

Comments
 (0)