summaryrefslogtreecommitdiff
path: root/appdirs.py
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2017-02-23 23:47:01 -0800
committerGitHub <noreply@github.com>2017-02-23 23:47:01 -0800
commit2a68b2d25b6b4657ce1a5f3c06b16847090a5a95 (patch)
tree66f48d21c3cc8e3d83874f3f380a2140eafd1b5b /appdirs.py
parentad2a1b9ba98784ea74e3935ce6a4d336d410f54c (diff)
downloadappdirs-2a68b2d25b6b4657ce1a5f3c06b16847090a5a95.tar.gz
Bump version.
Diffstat (limited to 'appdirs.py')
-rw-r--r--appdirs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/appdirs.py b/appdirs.py
index c6fdc24..348c62e 100644
--- a/appdirs.py
+++ b/appdirs.py
@@ -13,7 +13,7 @@ See <http://github.com/ActiveState/appdirs> for details and usage.
# - 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, 1)
+__version_info__ = (1, 4, 2)
__version__ = '.'.join(map(str, __version_info__))