From b527a1318f52ba01887e5dcbabc02cb1eeddd986 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Mon, 17 Aug 2009 14:33:38 +0200 Subject: Bumb version Need to bump a second time to catch up with the CVS version. --- firstaidkit.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firstaidkit.spec b/firstaidkit.spec index a39c4aa..59d6bef 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -3,7 +3,7 @@ %define _unpackaged_files_terminate_build 0 Name: firstaidkit -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Summary: System Rescue Tool diff --git a/setup.py b/setup.py index 81da37a..63da669 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='firstaidkit', - version='0.2.4', + version='0.2.5', description='System Rescue Tool', author='Martin Sivak / Joel Andres Granados', author_email='msivak@redhat.com / jgranado@redhat.com', -- cgit