diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-07-13 21:39:34 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-07-13 21:39:34 +0000 |
commit | 39b25736cc2dd1c37c388cf2d2c126b59fcfd843 (patch) | |
tree | ee247a8ccbf43b14dd56dacf83c7711ba40dd995 /src/setup.py | |
parent | 988eb84930ef67db9f334f351062bd931f552ba0 (diff) | |
download | sos-39b25736cc2dd1c37c388cf2d2c126b59fcfd843.tar.gz |
Fixed Makefile for svn, bumped version
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@13 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 c51a57b1..41bb00ff 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.6', + version = '0.1.7', 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 |