From a90247621bf0bcdedbf016d53ed166168e55d2d8 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 28 Jun 2008 16:39:21 +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 e92ba3e..e3c895b 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_desc = """This is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems's acl C library - see acl(5).""" -version = "0.3.0" +version = "0.4.0" setup(name="pylibacl", version=version, -- 2.39.2