summaryrefslogtreecommitdiff
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
parent6359009f5c92e21040204bbfaf9cf8e17c555aed (diff)
downloadxattr-d05855cc2344d4028f815b2b4eef38f8be1c7c41.tar.gz
bump version
-rw-r--r--Lib/xattr/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/xattr/__init__.py b/Lib/xattr/__init__.py
index d3b47e4..1fffed6 100644
--- a/Lib/xattr/__init__.py
+++ b/Lib/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.4'
+__version__ = '0.5'
from constants import *
import _xattr
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