From 6d42599e4dcee8b29641c77366f79267c5df1fc8 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 30 Jun 2008 22:07:06 +0200 Subject: [PATCH] Increase version to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f34640..02e4098 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools 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.3.0" +version = "0.4.0" author = "Iustin Pop" author_email = "iusty@k1024.org" macros = [ -- 2.39.2