bump version

This commit is contained in:
DatuX 2024-12-17 13:21:13 +01:00 committed by GitHub
parent f1dda6cc9f
commit 81fa5c5bab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ class CliBase(object):
Overridden in subclasses that add stuff for the specific programs."""
# also used by setup.py
VERSION = "3.3-rc.1"
VERSION = "3.3"
HEADER = "{} v{} - (c)2022 E.H.Eefting (edwin@datux.nl)".format(os.path.basename(sys.argv[0]), VERSION)
def __init__(self, argv, print_arguments=True):