Skip to content

Commit

Permalink
bump version to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jan 28, 2024
1 parent e46746c commit 9bc247e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMTool/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

major = 3
minor = 4
dev = 0
dev = 1

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

Expand Down

0 comments on commit 9bc247e

Please sign in to comment.