Skip to content

Commit bdfd9fe

Browse files
author
Arathi Mani
committed
Bump version: 0.16.8-rc.0 → 0.16.8
1 parent 1832c94 commit bdfd9fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.8-rc.0
2+
current_version = 0.16.8
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
55
serialize =

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cellxgene",
3-
"version": "0.16.8-rc.0",
3+
"version": "0.16.8",
44
"license": "MIT",
55
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
66
"repository": "https://github.com/chanzuckerberg/cellxgene",

server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from server.common.utils.utils import import_plugins
44

5-
__version__ = "0.16.8-rc.0"
5+
__version__ = "0.16.8"
66
display_version = "cellxgene v" + __version__
77

88
try:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="cellxgene",
14-
version="0.16.8-rc.0",
14+
version="0.16.8",
1515
packages=find_packages(),
1616
url="https://github.com/chanzuckerberg/cellxgene",
1717
license="MIT",

0 commit comments

Comments
 (0)