Skip to content

Commit

Permalink
Setting to correct release version
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalb committed Jan 20, 2015
1 parent 399cce6 commit 22d112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 22d112a

Please sign in to comment.