Bump version: 1.1.0 → 1.1.1 (#2572)

This commit is contained in:
Andrew Tolopko
2022-09-21 15:33:28 -04:00
committed by GitHub
parent 84563291a0
commit f48d06fb90
5 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
serialize =
+3 -5
View File
@@ -1,12 +1,12 @@
{
"name": "cellxgene",
"version": "1.1.0-rc.1",
"version": "1.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cellxgene",
"version": "1.1.0-rc.1",
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"@babel/eslint-parser": "^7.15.0",
@@ -21331,9 +21331,7 @@
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
"dev": true,
"requires": {
"ajv": "^8.0.0"
}
"requires": {}
},
"ajv-keywords": {
"version": "5.1.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "1.1.0",
"version": "1.1.1",
"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
@@ -2,7 +2,7 @@ import logging
import sys
from server.common.utils.utils import import_plugins
__version__ = "1.1.0"
__version__ = "1.1.1"
display_version = "cellxgene v" + __version__
try:
+1 -1
View File
@@ -14,7 +14,7 @@ with open("server/requirements-annotate.txt") as fh:
setup(
name="cellxgene",
version="1.1.0",
version="1.1.1",
packages=find_packages(),
url="https://github.com/chanzuckerberg/cellxgene",
license="MIT",