summaryrefslogtreecommitdiff
path: root/xattr
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-06-25 10:24:21 -0700
committerBob Ippolito <bob@redivi.com>2015-06-25 10:25:42 -0700
commit02f54b688faf496033303f00433a37850100c4b5 (patch)
treec6a3b7ee9be7a7bf50d80e27a1b24c7e3cfabee4 /xattr
parent79f701a34a19dc736a028373841a38c0c75d29d9 (diff)
downloadxattr-02f54b688faf496033303f00433a37850100c4b5.tar.gz
v0.7.8 #40v0.7.8
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 7fc4669..905d1c7 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.7'
+__version__ = '0.7.8'
from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE,
XATTR_NOSECURITY, XATTR_MAXNAMELEN, XATTR_FINDERINFO_NAME,