diff options
author | Bob Ippolito <bob@redivi.com> | 2021-12-11 07:55:13 -0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2021-12-11 07:55:13 -0800 |
commit | a9f6657d876524eaffda4bd05adc523e2226b8f2 (patch) | |
tree | d321b22e01278977d11d4a06bffa42db58415d41 /setup.py | |
parent | a642aa35e0f3d8c150808dc746716706e26bc836 (diff) | |
download | xattr-fix-xattr-console-script.tar.gz |
Fix regression in xattr console scriptfix-xattr-console-script
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |