diff --git a/CHANGELOG.md b/CHANGELOG.md index d82468d..97abd7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.6.3 + +* Fix broken pypi release + ## Version 0.6.2 * Bump version diff --git a/setup.py b/setup.py index 02c5399..d6744a4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bootstrap_cfn', - version='0.6.2', + version='0.6.3', url='http://github.com/ministryofjustice/bootstrap_cfn/', license='LICENSE', author='MOJDS',