Skip to content

Commit

Permalink
bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Dec 14, 2021
1 parent 6409caf commit bfa459c
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 = 10
VERSION_REVISION = 0
VERSION_REVISION = 1

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

0 comments on commit bfa459c

Please sign in to comment.