From 6705dd448db58f31f19e0d8d0e691d5d423e3557 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 16 May 2012 00:31:56 +0200 Subject: [PATCH] Bump version number for new release Also switch the homepage URL. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 839484a..15358e6 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,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.5.0" +version = "0.5.1" author = "Iustin Pop" author_email = "iusty@k1024.org" macros = [ @@ -20,7 +20,7 @@ setup(name = "pyxattr", long_description = long_desc, author = author, author_email = author_email, - url = "http://pyxattr.sourceforge.net/", + url = "http://pyxattr.k1024.org/", license = "LGPL", ext_modules = [Extension("xattr", ["xattr.c"], libraries=["attr"], -- 2.39.2