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 959e006c..86b239d5 100644 --- a/src/setup.py +++ b/src/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup from ConfigParser import ConfigParser import sys,os,time -# change release in spec file along with this version string +# change version in spec file along with this string setup( name = 'sos', version = '1.4', |