Prep for release and further fix pkgorder issue

This commit is contained in:
Jesse Keating 2010-10-14 10:52:44 -07:00
parent 95a8aaa0c1
commit 9b221ec535
3 changed files with 6 additions and 3 deletions

View file

@ -2,7 +2,7 @@ from distutils.core import setup
import glob
setup(name='pungi',
version='2.1.3',
version='2.1.4',
description='Distribution compose tool',
author='Jesse Keating',
author_email='jkeating@redhat.com',