Bump version to 1.2.0

Allow our default flavor of '' to be used.
This commit is contained in:
Jesse Keating 2007-12-03 13:49:11 -05:00 committed by Jesse Keating
parent a9c124e7e0
commit 8df58b56cb
2 changed files with 3 additions and 3 deletions

View file

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