diff options
Diffstat (limited to 'appdirs.py')
-rw-r--r-- | appdirs.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ = "1.4.3" +__version__ = "1.4.4" __version_info__ = tuple(int(segment) for segment in __version__.split(".")) |