mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
change the setup.py for 0.8.8
This commit is contained in:
parent
23051825e8
commit
a316924569
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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/')
|
||||
|
|
Loading…
Add table
Reference in a new issue