Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 5, 2022
1 parent a093078 commit 1fb6b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tmtccmd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VERSION_NAME = "tmtccmd"
VERSION_MAJOR = 1
VERSION_MINOR = 14
VERSION_MINOR = 15
VERSION_REVISION = 0

# I think this needs to be in string representation to be parsed so we can't
# use a formatted string here.
__version__ = "1.14.0"
__version__ = "1.15.0"

0 comments on commit 1fb6b1c

Please sign in to comment.