We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8294d commit 2102ee1Copy full SHA for 2102ee1
cli/setup.py
@@ -20,7 +20,7 @@ def read(fname):
20
return open(os.path.join(os.path.dirname(__file__), fname)).read()
21
22
console_scripts = ['cfncluster = cfncluster.cli:main']
23
-version = "0.0.22-rc.1"
+version = "0.0.22"
24
requires = ['boto>=2.38']
25
26
if sys.version_info[:2] == (2, 6):
0 commit comments