From 5a009dac97f4d75b7e5af0e22738107efdc0f5f0 Mon Sep 17 00:00:00 2001 From: James Mackey Date: Tue, 6 Jun 2017 18:11:43 -0700 Subject: [PATCH] v0.0.6 --- Changes.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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',