Skip to content

Commit

Permalink
Bump version for latest enhancements.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwelborn committed May 10, 2019
1 parent 048ecdc commit c6a98e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gui/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def sort_treeview(self, treeview, column_name):
""" Sort a Treeview's items based on a `column_name` from
`self.columns`.
Sort direction is saved on the Treeview itself, as
`treeview[sorted][column_name]`. It was set in `build_tab()`
`treeview.sorted[column_name]`. It was set in `build_tab()`
already.
"""
column_index = self.columns.index(column_name)
Expand Down
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.3.0'
VERSION = '0.3.1'
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 c6a98e2

Please sign in to comment.