Skip to content

Commit 5864a09

Browse files
committed
Bump version: 6.2.1-rc.0 → 6.2.1
1 parent 3f5bc97 commit 5864a09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 6.2.1-rc.0
2+
current_version = 6.2.1
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
55
serialize =
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.2.1-rc.0"
1+
__version__ = "6.2.1"

cellxgene_schema_cli/setup.py

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

66
setup(
77
name="cellxgene-schema",
8-
version="6.2.1-rc.0",
8+
version="6.2.1",
99
url="https://github.com/chanzuckerberg/single-cell-curation",
1010
license="MIT",
1111
author="Chan Zuckerberg Initiative",

0 commit comments

Comments
 (0)