From abfe72dbf66581eee17ef1cab556a4d234166068 Mon Sep 17 00:00:00 2001 From: sconklin Date: Mon, 17 Jul 2006 18:35:09 +0000 Subject: Fixed a problem with html links in the report to output of commands run in plugins, increment release. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@29 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup.py') diff --git a/src/setup.py b/src/setup.py index 83361a0b..cabdfef2 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.8', + version = '0.1.9', 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 -- cgit