bump version, update environment.yml

This commit is contained in:
Alok Saldanha
2020-05-06 17:17:09 -04:00
parent f8e619c53e
commit 84db11077a
4 changed files with 7 additions and 2 deletions
+2
View File
@@ -136,3 +136,5 @@ dmypy.json
.pyre/
# End of https://www.gitignore.io/api/python
.vscode
+3
View File
@@ -0,0 +1,3 @@
# 0.1.1
Added support for cellxgene 0.15
+1 -1
View File
@@ -8,4 +8,4 @@ dependencies:
- psutil
- pip:
- flask-api
- cellxgene==0.14.1
- cellxgene>=0.15
+1 -1
View File
@@ -16,7 +16,7 @@ setup(
# mandatory
name="cellxgene-gateway",
# mandatory
version="0.1",
version="0.1.1",
# mandatory
author="Niket Patel, Yohann Potier, Alok Saldanha",
author_email="alok.saldanha@novartis.com",