Skip to content

Commit

Permalink
Bump version: 0.16.5-rc.2 → 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maniarathi committed Oct 22, 2020
1 parent 84c3104 commit 158a4c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.16.5-rc.2
current_version = 0.16.5
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
serialize =
Expand Down
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.16.5-rc.2",
"version": "0.16.5",
"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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from server.common.utils.utils import import_plugins

__version__ = "0.16.5-rc.2"
__version__ = "0.16.5"
display_version = "cellxgene v" + __version__

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

setup(
name="cellxgene",
version="0.16.5-rc.2",
version="0.16.5",
packages=find_packages(),
url="https://github.com/chanzuckerberg/cellxgene",
license="MIT",
Expand Down

0 comments on commit 158a4c7

Please sign in to comment.