Skip to content

Commit 27367ec

Browse files
committed
Merge branch 'develop' with setup.py fix
2 parents dd80dc6 + 466d8ca commit 27367ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2121

2222
console_scripts = ['cfncluster = cfncluster.cli:main']
23-
version = "0.0.99"
23+
version = "0.0.21"
2424
requires = ['boto>=2.38']
2525

2626
if sys.version_info[:2] == (2, 6):

0 commit comments

Comments
 (0)