prep 2.10 release

This commit is contained in:
Dennis Gilmore 2012-02-09 18:06:46 -06:00
parent 7ab8ee1443
commit 0857d30f82
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: pungi
Version: 2.9
Version: 2.10
Release: 1%{?dist}
Summary: Distribution compose tool

View File

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