Update CliBase.py

This commit is contained in:
DatuX 2023-11-02 23:01:36 +01:00 committed by GitHub
parent 843b87f319
commit 7122dc92af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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-beta"
VERSION = "3.3-beta.2"
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):