summaryrefslogtreecommitdiff
path: root/xattr/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xattr/__init__.py')
-rw-r--r--xattr/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xattr/__init__.py b/xattr/__init__.py
index 883a46d..de02f72 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.5'
+__version__ = '0.7.6'
from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE,
XATTR_NOSECURITY, XATTR_MAXNAMELEN, XATTR_FINDERINFO_NAME,