diff --git a/src/tmtccmd/__init__.py b/src/tmtccmd/__init__.py index c3b2392c..6be8bf7e 100644 --- a/src/tmtccmd/__init__.py +++ b/src/tmtccmd/__init__.py @@ -1,8 +1,8 @@ VERSION_NAME = "tmtccmd" VERSION_MAJOR = 1 -VERSION_MINOR = 7 -VERSION_REVISION = 3 +VERSION_MINOR = 8 +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.7.3" +__version__ = "1.8.0"