summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-11-20 15:29:12 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-11-20 15:29:12 +0100
commit98d20a42eedb5a3be1a4893ed0755546220dbb6e (patch)
treec3417e8ff4ffff6b12af96f3c7ec948fcb892fa6
parent440d29de1bdc222f5f7fba57c3e7953c4be2b214 (diff)
downloadfirstaidkit-98d20a42eedb5a3be1a4893ed0755546220dbb6e.tar.gz
firstaidkit-98d20a42eedb5a3be1a4893ed0755546220dbb6e.tar.xz
firstaidkit-98d20a42eedb5a3be1a4893ed0755546220dbb6e.zip
Bumb version
-rw-r--r--firstaidkit.spec2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index 62d916f..410e536 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -3,7 +3,7 @@
%define _unpackaged_files_terminate_build 0
Name: firstaidkit
-Version: 0.2.1
+Version: 0.2.2
Release: 1%{?dist}
Summary: System Rescue Tool
diff --git a/setup.py b/setup.py
index da9aca7..5c64766 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='firstaidkit',
- version='0.2.1',
+ version='0.2.2',
description='System Rescue Tool',
author='Martin Sivak / Joel Andres Granados',
author_email='msivak@redhat.com / jgranado@redhat.com',