diff --git a/Changes.rst b/Changes.rst index 677d2b7a..ab2029d6 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,9 @@ +Changes for v0.0.6 (2017-06-06) +=============================== + +Test release +------------ + Changes for v0.0.5 (2017-06-06) =============================== diff --git a/setup.py b/setup.py index 49225eb9..cf489de9 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="hcacli", - version="0.0.5", + version="0.0.6", url='https://github.com/HumanCellAtlas/data-store-cli', license='Apache Software License', author='Human Cell Atlas contributors',