release 0.13.0 (#1064)

This commit is contained in:
Bruce Martin
2019-11-26 15:45:13 -08:00
committed by GitHub
parent fa89a5a375
commit c9b6044c4f
6 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.12.0",
"version": "0.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.12.0",
"version": "0.13.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.12.0"
__version__ = "0.13.0"

View File

@@ -11,7 +11,7 @@ from .prepare import prepare
help_option_names=['-h', '--help']))
@click.help_option("--help", "-h", help="Show this message and exit.")
@click.version_option(
version="0.12.0",
version="0.13.0",
prog_name="cellxgene",
message="[%(prog)s] Version %(version)s",
help="Show the software version and exit.")

View File

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