From 3c6d242bda7aaf3a13c4fd7b73fa3c9c525836db Mon Sep 17 00:00:00 2001 From: "jkeating@dhcp83-49.boston.redhat.com" <> Date: Mon, 11 Dec 2006 23:58:56 -0500 Subject: [PATCH] bump the version, change the website --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a8891ac1..7d165490 100644 --- a/setup.py +++ b/setup.py @@ -2,11 +2,11 @@ from distutils.core import setup import glob setup(name='pungi', - version='0.1.0', + version='0.1.1', description='Distribution compose tool', author='Jesse Keating', author_email='jkeating@redhat.com', - url='http://linux.duke.edu/projects/pungi', + url='http://hosted.fedoraproject.org/projects/pungi', license='GPL', packages = ['pypungi'], scripts = ['pungi'],