diff --git a/cli/setup.py b/cli/setup.py index edce590878..396875837b 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -20,7 +20,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() console_scripts = ['cfncluster = cfncluster.cli:main'] -version = "0.0.99" +version = "0.0.18" requires = ['boto>=2.35.1'] if sys.version_info[:2] == (2, 6):