summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent79f701a34a19dc736a028373841a38c0c75d29d9 (diff)
downloadxattr-02f54b688faf496033303f00433a37850100c4b5.tar.gz
v0.7.8 #40v0.7.8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e082b33..213a26d 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ class cffi_build(build):
self.distribution.ext_modules = [ffi.verifier.get_extension()]
build.finalize_options(self)
-VERSION = '0.7.7'
+VERSION = '0.7.8'
DESCRIPTION = "Python wrapper for extended filesystem attributes"
LONG_DESCRIPTION = """
Extended attributes extend the basic attributes of files and directories