0.0.3 bump

This commit is contained in:
Charlotte Weaver
2018-11-15 11:37:27 -08:00
parent 523048de43
commit 07cee2c710
5 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
[bumpversion:file:setup.py]
search = version="{current_version}"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
"repository": "https://github.com/chanzuckerberg/cellxgene",
+1 -1
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.0.2", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
@click.version_option(version="0.0.3", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
def cli():
pass
+1 -1
View File
@@ -8,7 +8,7 @@ with open("server/requirements.txt") as fh:
setup(
name="cellxgene",
version="0.0.2",
version="0.0.3",
packages=find_packages(),
url="https://github.com/chanzuckerberg/cellxgene",
license="MIT",