Skip to content

Commit

Permalink
bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Mueller authored and Robin Mueller committed Apr 6, 2022
1 parent 32934ad commit 1aa9de8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/tmtccmd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
VERSION_NAME = "tmtccmd"
VERSION_MAJOR = 1
VERSION_MINOR = 14
VERSION_MAJOR = 2
VERSION_MINOR = 0
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"

from tmtccmd.config import SetupArgs
__version__ = "2.0.0"

0 comments on commit 1aa9de8

Please sign in to comment.