summaryrefslogtreecommitdiff
path: root/xattr
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-06-19 11:47:12 +0200
committerBob Ippolito <bob@redivi.com>2015-06-19 11:47:12 +0200
commit79f701a34a19dc736a028373841a38c0c75d29d9 (patch)
tree3b43ed33f8c2200a1c9cc360a3500dc79aee80ff /xattr
parentab5d7cb61d03e739dedddf6c5c1235f6d05527f9 (diff)
downloadxattr-79f701a34a19dc736a028373841a38c0c75d29d9.tar.gz
v0.7.7v0.7.7
Diffstat (limited to 'xattr')
-rw-r--r--xattr/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xattr/__init__.py b/xattr/__init__.py
index de02f72..7fc4669 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.6'
+__version__ = '0.7.7'
from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE,
XATTR_NOSECURITY, XATTR_MAXNAMELEN, XATTR_FINDERINFO_NAME,