Skip to content

Commit 466d8ca

Browse files
committed
Fixing version in setup.py
1 parent 918baea commit 466d8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/setup.py

Lines changed: 1 addition & 1 deletion
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)