Skip to content

Commit

Permalink
Bump version for bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwelborn committed May 10, 2019
1 parent d813666 commit 93d6119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
debugprinter.enable(('-D' in sys.argv) or ('--debug' in sys.argv))

NAME = 'Tiger Tamer'
VERSION = '0.2.9'
VERSION = '0.3.0'
AUTHOR = 'Christopher Joseph Welborn'
VERSIONSTR = '{} v. {}'.format(NAME, VERSION)
SCRIPT = os.path.split(os.path.abspath(sys.argv[0]))[1]
Expand Down

0 comments on commit 93d6119

Please sign in to comment.