summaryrefslogtreecommitdiff
path: root/xattr
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-23 13:35:00 +0700
committerBob Ippolito <bob@redivi.com>2016-10-23 13:35:00 +0700
commita3e6c66cf26db5929d321b26aa41d46d663d3495 (patch)
tree6af4bbea172a670df60e85bab8b592c972505237 /xattr
parent96f8f6e92161d32b97bdf983d0c5dba0acea529a (diff)
downloadxattr-a3e6c66cf26db5929d321b26aa41d46d663d3495.tar.gz
Bump version to 0.9.0
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 57a771e..7d519ae 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.8.0'
+__version__ = '0.9.0'
from .compat import integer_types
from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE,