From 0857d30f8205a73d6e4c611c840c66db40fdd553 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 10 2012 00:06:46 +0000 Subject: prep 2.10 release --- diff --git a/pungi.spec b/pungi.spec index e5eb9d8..eefc437 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 cadef94..ee288bb 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',