add a .0 to 0.6, because it works better that way

This commit is contained in:
Thomas S Hatch 2011-03-17 11:58:12 -06:00
parent cbd5a2b7a9
commit 6c418677af

View File

@ -6,7 +6,7 @@ The setup script for salt
from distutils.core import setup
setup(name='salt',
version='0.6',
version='0.6.0',
description='Portable, distrubuted, remote execution system',
author='Thomas S Hatch',
author_email='thatch45@gmail.com',