bump version

This commit is contained in:
Charlotte Weaver
2018-11-30 15:56:30 -08:00
parent 702b5d5070
commit f810d858f3
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.2.3",
"version": "0.2.4",
"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

@@ -5,7 +5,7 @@ from .prepare import prepare
@click.group(name="cellxgene", context_settings=dict(max_content_width=85))
@click.version_option(version="0.2.3", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
@click.version_option(version="0.2.4", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
def cli():
pass

View File

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