change the setup.py for 0.8.8

This commit is contained in:
Thomas S Hatch 2011-05-30 15:48:56 -06:00
parent 23051825e8
commit a316924569

View file

@ -9,7 +9,7 @@ from distutils.extension import Extension
from distutils.sysconfig import get_python_lib, PREFIX
NAME = 'salt'
VER = '0.8.7'
VER = '0.8.8'
DESC = 'Portable, distrubuted, remote execution system'
mod_path = os.path.join(get_python_lib(), 'salt/modules/')