bump version to 0.15.0 (#1222)

This commit is contained in:
Severiano Badajoz
2020-03-13 13:11:12 -07:00
committed by GitHub
parent 9bc83fdd02
commit 9c2f57df39
5 changed files with 140 additions and 1551 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0
current_version = 0.15.0
[bumpversion:file:setup.py]
search = version="{current_version}"

1683
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
"repository": "https://github.com/chanzuckerberg/cellxgene",

View File

@@ -1 +1 @@
__version__ = "0.14.0"
__version__ = "0.15.0"

View File

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