From 5c80565b1732ee40bf5a5dd103d54ae16d77b6e7 Mon Sep 17 00:00:00 2001 From: Hannes Schmidt Date: Tue, 26 Jun 2018 14:27:15 -0700 Subject: [PATCH] v4.1.0 --- Changes.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index bd9964bf..ef058293 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,4 @@ + Changes for v4.0.0 (2018-06-20) =============================== diff --git a/setup.py b/setup.py index 0c1bd568..a8015956 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version="4.0.0", + version="4.1.0", url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',