diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-05-25 14:40:10 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-05-25 14:40:10 +0000 |
commit | 864c169118ec973c5e4fefbdf8916d79d4a03314 (patch) | |
tree | d4f43ccbebf2540389ab1ad53013a30383a752a6 /src/setup.py | |
parent | 3b6f37312b6a57ba054483b0fed9ad7374da41d3 (diff) | |
download | sos-864c169118ec973c5e4fefbdf8916d79d4a03314.tar.gz |
bumped version
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@136 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py index 86b239d5..11c10e67 100644 --- a/src/setup.py +++ b/src/setup.py @@ -9,7 +9,7 @@ import sys,os,time # change version in spec file along with this string setup( name = 'sos', - version = '1.4', + version = '1.5', description = 'System Support Tools', long_description = """Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for |