From 5f66d310c016cb502e2fb7b84fd1a815e545cd1a Mon Sep 17 00:00:00 2001 From: Christopher Welborn Date: Sun, 28 Apr 2019 22:20:27 -0500 Subject: [PATCH] Version bump for latest changes. --- lib/util/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]