summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2007-04-15 01:06:15 +0000
committerBob Ippolito <bob@redivi.com>2007-04-15 01:06:15 +0000
commitd05855cc2344d4028f815b2b4eef38f8be1c7c41 (patch)
tree55a13ea705118b98e01b34f5aa1e6eae6d71ce49 /setup.py
parent6359009f5c92e21040204bbfaf9cf8e17c555aed (diff)
downloadxattr-d05855cc2344d4028f815b2b4eef38f8be1c7c41.tar.gz
bump version
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 619b5b8..4ba4f02 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ ez_setup.use_setuptools()
from setuptools import setup, Extension
-VERSION = '0.4'
+VERSION = '0.5'
DESCRIPTION = "Python wrapper for extended filesystem attributes"
LONG_DESCRIPTION = """
Extended attributes extend the basic attributes of files and directories