Skip to content

Commit 2102ee1

Browse files
committed
v0.0.22 release
1 parent fc8294d commit 2102ee1

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.22-rc.1"
23+
version = "0.0.22"
2424
requires = ['boto>=2.38']
2525

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

0 commit comments

Comments
 (0)