From 0857d30f8205a73d6e4c611c840c66db40fdd553 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 9 Feb 2012 18:06:46 -0600 Subject: [PATCH] prep 2.10 release --- pungi.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pungi.spec b/pungi.spec index e5eb9d81..eefc437b 100644 --- a/pungi.spec +++ b/pungi.spec @@ -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 diff --git a/setup.py b/setup.py index cadef947..ee288bbb 100644 --- a/setup.py +++ b/setup.py @@ -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',