Skip to content

Commit

Permalink
Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoofood authored Mar 7, 2017
1 parent 50a583b commit c6c456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# - Mac OS X: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html
# - XDG spec for Un*x: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

__version_info__ = (1, 4, 2)
__version_info__ = (1, 4, 3)
__version__ = '.'.join(map(str, __version_info__))


Expand Down

0 comments on commit c6c456b

Please sign in to comment.