summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-10 21:06:13 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-10 21:06:13 +0100
commit58eb5fb4b4d44bfbe3897430152fc2d27dd88412 (patch)
tree5a2217db6fa35dd06e57280b063160b5a175a4d3
parentd145ff0eb2917772695ea9bf8a50bf5127da15f5 (diff)
new minor version
-rw-r--r--firstaidkit.spec4
-rw-r--r--setup.py2
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
diff --git a/setup.py b/setup.py
index 626f8e7..181d8d1 100644
--- a/setup.py
+++ b/setup.py
@@ -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',