diff options
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 c1448eb7..fb42c74c 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.1', + version = '1.2', 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 |