diff --git a/lib/util/config.py b/lib/util/config.py index f3f14b2..3697994 100755 --- a/lib/util/config.py +++ b/lib/util/config.py @@ -25,7 +25,7 @@ debugprinter.enable(('-D' in sys.argv) or ('--debug' in sys.argv)) NAME = 'Tiger Tamer' -VERSION = '0.2.8' +VERSION = '0.2.9' AUTHOR = 'Christopher Joseph Welborn' VERSIONSTR = '{} v. {}'.format(NAME, VERSION) SCRIPT = os.path.split(os.path.abspath(sys.argv[0]))[1]