From 1f99e9fa2a958f91e5667fa12be5639ad4582c41 Mon Sep 17 00:00:00 2001 From: "jkeating@dhcp83-49.boston.redhat.com" <> Date: Wed, 13 Dec 2006 22:14:41 -0500 Subject: [PATCH] I always forget to change this file. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d165490..3d854b6d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='pungi', - version='0.1.1', + version='0.1.2', description='Distribution compose tool', author='Jesse Keating', author_email='jkeating@redhat.com',