summaryrefslogtreecommitdiff
path: root/xattr
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-11-19 22:28:10 -0800
committerBob Ippolito <bob@redivi.com>2021-11-19 22:28:10 -0800
commitdc252a96683ab4f1227f30b80df476143052dd05 (patch)
tree3ba2348c49cedf2fcdad306fc85d262ea347fd81 /xattr
parentd0746cc87cb01e30280e5e5106c426e1909f7a45 (diff)
downloadxattr-dc252a96683ab4f1227f30b80df476143052dd05.tar.gz
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 50780b4..4e5a517 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.7'
+__version__ = '0.9.8'
from .compat import integer_types
from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE,