diff --git a/Changes.rst b/Changes.rst index c7638e3e..0fb5a375 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v2.1.0 (2017-10-30) +=============================== + +Expose Python bindings for Upload Service + Changes for v2.0.0 (2017-10-18) =============================== diff --git a/setup.py b/setup.py index 2e4c4c22..17837155 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version="2.0.0", + version="2.1.0", url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',