Skip to content

Commit

Permalink
bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Nov 18, 2023
1 parent 294d123 commit e59d522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COMTool/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

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

Expand Down

0 comments on commit e59d522

Please sign in to comment.