release bugfix (#749)

* add __init__.py

* bump version
This commit is contained in:
Charlotte Weaver
2019-05-06 10:16:36 -07:00
committed by Bruce Martin
parent 1471d6b214
commit c12cb2424a
6 changed files with 16 additions and 35 deletions

View File

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