summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-07-15 22:29:46 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-07-15 22:29:46 +0200
commit1e29ffc0e88475086b9412ec25a3246cae6b06b3 (patch)
tree6873541e40ed5818edd8fbe3c6d098e46f9c03fd
parentfec38c3a3f04b0e0fc5399ef2dc1ae378a946601 (diff)
downloadfirstaidkit-1e29ffc0e88475086b9412ec25a3246cae6b06b3.tar.gz
firstaidkit-1e29ffc0e88475086b9412ec25a3246cae6b06b3.tar.xz
firstaidkit-1e29ffc0e88475086b9412ec25a3246cae6b06b3.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 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',