diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-07-15 22:29:46 +0200 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-07-15 22:29:46 +0200 |
commit | 1e29ffc0e88475086b9412ec25a3246cae6b06b3 (patch) | |
tree | 6873541e40ed5818edd8fbe3c6d098e46f9c03fd | |
parent | fec38c3a3f04b0e0fc5399ef2dc1ae378a946601 (diff) | |
download | firstaidkit-1e29ffc0e88475086b9412ec25a3246cae6b06b3.tar.gz firstaidkit-1e29ffc0e88475086b9412ec25a3246cae6b06b3.tar.xz firstaidkit-1e29ffc0e88475086b9412ec25a3246cae6b06b3.zip |
Bumb version
-rw-r--r-- | firstaidkit.spec | 2 | ||||
-rw-r--r-- | 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 @@ -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', |