bump version to 0.11.0 (#850)

* bump version to 0.11.0

* manually fix version number
This commit is contained in:
Colin Megill
2019-07-16 14:27:41 -04:00
committed by GitHub
parent 3d6bb88556
commit d16a69e158
6 changed files with 66 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ with open("server/requirements.txt") as fh:
setup(
name="cellxgene",
version="0.10.1",
version="0.11.0",
packages=find_packages(),
url="https://github.com/chanzuckerberg/cellxgene",
license="MIT",