From 3b4f5db5ca1ff5dd84e5fe4a2671180dba42b2a7 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 7 Jul 2003 20:42:52 +0000 Subject: [PATCH] Increase version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a63c91..1c8a36b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,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.1" +version = "0.2" setup(name="pyxattr", version=version, -- 2.39.2