3.01 release

This commit is contained in:
Daniel Mach 2013-10-27 15:42:13 -04:00
parent 03efbfd62b
commit cdf9916906
5 changed files with 26 additions and 3 deletions

View file

@ -2,7 +2,7 @@ from distutils.core import setup
import glob
setup(name='pungi',
version='3.00',
version='3.01', # make sure it matches pypungi.__version__
description='Distribution compose tool',
author='Dennis Gilmore',
author_email='dgilmore@fedoraproject.org',