diff --git a/Changes.rst b/Changes.rst index bf9d530d..fba731c2 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,6 @@ +Changes for v0.6.0 (2017-07-12) +=============================== + Changes for v0.5.0 (2017-07-12) =============================== diff --git a/setup.py b/setup.py index f154ca55..7e2ece6a 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="hca", - version="0.5.0", + version="0.6.0", url='https://github.com/HumanCellAtlas/data-store-cli', license='Apache Software License', author='Human Cell Atlas contributors',