diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-30 16:48:42 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-30 16:48:42 +0000 |
commit | 0564bc083e9580b9b994f8b148a497dcc4cdc90c (patch) | |
tree | 011467b24dc3ca05f61ee1c0d896b9751be4f78c /src/setup.py | |
parent | 586a1986bcec4700f96609451c06428178d0bcad (diff) | |
download | sos-0564bc083e9580b9b994f8b148a497dcc4cdc90c.tar.gz |
About to tag for errata release, incremented version to 1.4
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@132 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 47c1f129..959e006c 100644 --- a/src/setup.py +++ b/src/setup.py @@ -9,7 +9,7 @@ import sys,os,time # change release in spec file along with this version string setup( name = 'sos', - version = '1.3', + version = '1.4', 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 |