summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-12-11 07:55:13 -0800
committerBob Ippolito <bob@redivi.com>2021-12-11 07:55:13 -0800
commita9f6657d876524eaffda4bd05adc523e2226b8f2 (patch)
treed321b22e01278977d11d4a06bffa42db58415d41 /setup.py
parenta642aa35e0f3d8c150808dc746716706e26bc836 (diff)
downloadxattr-fix-xattr-console-script.tar.gz
Fix regression in xattr console scriptfix-xattr-console-script
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 928ab2a..b9e51ff 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import sys
from setuptools import setup
-VERSION = '0.9.8'
+VERSION = '0.9.9'
DESCRIPTION = "Python wrapper for extended filesystem attributes"
LONG_DESCRIPTION = """
Extended attributes extend the basic attributes of files and directories