Version bump to 0.14.0

This commit is contained in:
Matt Weiden
2020-01-27 16:18:19 -08:00
parent 588ddc103a
commit 3dd50e5676
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.13.0",
"version": "0.14.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.13.0"
__version__ = "0.14.0"

View File

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