Release 0.21.0

This commit is contained in:
Brad Warren
2018-01-17 15:55:29 -08:00
parent 1bb2cfadf7
commit bf695d048d
22 changed files with 492 additions and 222 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from distutils.core import setup
from setuptools import find_packages
version = '0.21.0.dev0'
version = '0.21.0'
install_requires = [
'acme=={0}'.format(version),