Skip to content

Commit f48d06f

Browse files
authored
Bump version: 1.1.0 → 1.1.1 (#2572)
1 parent 8456329 commit f48d06f

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
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 = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
55
serialize =

client/package-lock.json

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.1.0",
3+
"version": "1.1.1",
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__ = "1.1.0"
5+
__version__ = "1.1.1"
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
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="cellxgene",
17-
version="1.1.0",
17+
version="1.1.1",
1818
packages=find_packages(),
1919
url="https://github.com/chanzuckerberg/cellxgene",
2020
license="MIT",

0 commit comments

Comments
 (0)