From 11fab71e5b42e00710c201597fbab67ee2853915 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iusty@k1024.org>
Date: Sun, 27 Dec 2009 14:30:14 +0100
Subject: [PATCH] Increase version to 0.5.0

---
 NEWS     | 6 ++++++
 setup.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 6c9ffbb..1b933d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 0.5
+===========
+
+Implemented support for python 3. This required a significant change to
+the C module, hence the new version number.
+
 Version 0.4
 ===========
 
diff --git a/setup.py b/setup.py
index bd5e8ec..e6f77bc 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from distutils.core import setup, Extension
 long_desc = """This is a C extension module for Python which
 implements extended attributes manipulation. It is a wrapper on top
 of the attr C library - see attr(5)."""
-version = "0.4.0"
+version = "0.5.0"
 author = "Iustin Pop"
 author_email = "iusty@k1024.org"
 macros = [
-- 
2.39.5