diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-08-30 18:08:28 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-08-30 18:08:28 +0000 |
commit | b088a1df71e592b734d90d0f8af928aaae190dfb (patch) | |
tree | b70d58f668e70e7a84769c067fdb71be044f3e0b /src/setup.py | |
parent | ae336e387650fbe872ede117dce7cb5078b2f234 (diff) | |
download | sos-b088a1df71e592b734d90d0f8af928aaae190dfb.tar.gz |
Separated upstream and build versioning, rolled to a 1.0 release number, cleaned up
spec file.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@46 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 8c39f621..08ab4404 100644 --- a/src/setup.py +++ b/src/setup.py @@ -10,7 +10,7 @@ import sys,os,time # change release in spec file along with this version string setup( name = 'sos', - version = '0.1.10', + version = '1.0', 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 |