Skip to content

Commit 9bc247e

Browse files
committed
bump version to v3.4.1
1 parent e46746c commit 9bc247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COMTool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

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

0 commit comments

Comments
 (0)