Skip to content

Commit

Permalink
version 0.2.0 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
csweaver authored Nov 16, 2018
1 parent a81258b commit 2b50946
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.2.0

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "0.0.4",
"version": "0.2.0",
"license": "MIT",
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
"repository": "https://github.com/chanzuckerberg/cellxgene",
Expand Down
2 changes: 1 addition & 1 deletion server/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@click.group(name="cellxgene", context_settings=dict(max_content_width=85))
@click.version_option(version="0.0.4", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
@click.version_option(version="0.2.0", prog_name="cellxgene", message="[%(prog)s] Version %(version)s")
def cli():
pass

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="cellxgene",
version="0.0.4",
version="0.2.0",
packages=find_packages(),
url="https://github.com/chanzuckerberg/cellxgene",
license="MIT",
Expand Down

0 comments on commit 2b50946

Please sign in to comment.