diff options
author | Bob Ippolito <bob@redivi.com> | 2016-02-12 10:52:11 -0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2016-02-12 10:52:21 -0800 |
commit | 6cf6290eed28e45539fd31f5cb01cfd3257da477 (patch) | |
tree | 62cb20b15d6102fe4c6919c982ee5a76aa7a0959 /xattr | |
parent | 02f54b688faf496033303f00433a37850100c4b5 (diff) | |
download | xattr-6cf6290eed28e45539fd31f5cb01cfd3257da477.tar.gz |
Added xattr/tests/*.py to MANIFEST.in #43v0.7.9
Diffstat (limited to 'xattr')
-rw-r--r-- | xattr/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xattr/__init__.py b/xattr/__init__.py index 905d1c7..c5e8433 100644 --- a/xattr/__init__.py +++ b/xattr/__init__.py @@ -7,7 +7,7 @@ The xattr type wraps a path or file descriptor with a dict-like interface that exposes these extended attributes. """ -__version__ = '0.7.8' +__version__ = '0.7.9' from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE, XATTR_NOSECURITY, XATTR_MAXNAMELEN, XATTR_FINDERINFO_NAME, |