summaryrefslogtreecommitdiff
path: root/xattr
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-23 15:12:40 +0700
committerBob Ippolito <bob@redivi.com>2016-10-23 15:12:40 +0700
commit684a68a8cc73f17ca0642f012f2129c3c4dd35d7 (patch)
treea35d19657b64ec51f8e930eed830a8316f82674a /xattr
parentcc64e578dd499d8abe89ff546e5871574098e2fe (diff)
downloadxattr-684a68a8cc73f17ca0642f012f2129c3c4dd35d7.tar.gz
v0.9.1v0.9.1
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 7d519ae..8ce9031 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.9.0'
+__version__ = '0.9.1'
from .compat import integer_types
from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE,