From 1e29ffc0e88475086b9412ec25a3246cae6b06b3 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Tue, 15 Jul 2008 22:29:46 +0200 Subject: Bumb version --- firstaidkit.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firstaidkit.spec b/firstaidkit.spec index 1bc6aa2..232c6fa 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -3,7 +3,7 @@ %define _unpackaged_files_terminate_build 0 Name: firstaidkit -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist} Summary: System Rescue Tool diff --git a/setup.py b/setup.py index 607d5e7..c1eff62 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='firstaidkit', - version='0.2.0', + version='0.2.1', description='System Rescue Tool', author='Martin Sivak / Joel Andres Granados', author_email='msivak@redhat.com / jgranado@redhat.com', -- cgit