diff options
| author | Joel Andres Granados <jgranado@redhat.com> | 2008-03-10 21:06:13 +0100 |
|---|---|---|
| committer | Joel Andres Granados <jgranado@redhat.com> | 2008-03-10 21:06:13 +0100 |
| commit | 58eb5fb4b4d44bfbe3897430152fc2d27dd88412 (patch) | |
| tree | 5a2217db6fa35dd06e57280b063160b5a175a4d3 | |
| parent | d145ff0eb2917772695ea9bf8a50bf5127da15f5 (diff) | |
new minor version
| -rw-r--r-- | firstaidkit.spec | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec index d7f4873..382df83 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -3,8 +3,8 @@ %define _unpackaged_files_terminate_build 0 Name: firstaidkit -Version: 0.1.0 -Release: 6%{?dist} +Version: 0.1.1 +Release: 1%{?dist} Summary: System Rescue Tool Group: Applications/System @@ -1,7 +1,7 @@ from setuptools import setup setup(name='firstaidkit', - version='0.1.0', + version='0.1.1', description='System Rescue Tool', author='Martin Sivak / Joel Andres Granados', author_email='msivak@redhat.com / jgranado@redhat.com', |
