Skip to content

Commit

Permalink
Version bump for bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwelborn committed Feb 28, 2019
1 parent 15f77c9 commit 8e87b77
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 @@ -17,7 +17,7 @@
)

NAME = 'Tiger Tamer'
VERSION = '0.2.1'
VERSION = '0.2.2'
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 8e87b77

Please sign in to comment.