From a0a26ca6deb280de17ce2e245375cefae2624d7e Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Sat, 16 Apr 2011 23:58:48 -0600 Subject: [PATCH] bump to 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ced01f0d2934..132967bacc30 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ mod_path = os.path.join(get_python_lib(), 'salt/modules/') setup(name='salt', - version='0.7.9', + version='0.8.0', description='Portable, distrubuted, remote execution system', author='Thomas S Hatch', author_email='thatch45@gmail.com',