Skip to content

Commit 5ac71a4

Browse files
authored
Prepare for 1.14.1 release (#1185)
1 parent c199852 commit 5ac71a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/python/cellxgene_census/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies= [
3131
# NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to
3232
# ensure that the assets are readable (tiledbsoma supports backward compatible reading).
3333
# Make sure this version does not fall behind the builder's tiledbsoma version.
34-
"tiledbsoma==1.11.3",
34+
"tiledbsoma==1.11.4",
3535
"anndata",
3636
"numpy>=1.21,<2.0",
3737
"requests",

api/r/cellxgene.census/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cellxgene.census
22
Title: CZ CELLxGENE Discover Cell Census
3-
Version: 1.14.0
3+
Version: 1.14.1
44
Authors@R:
55
person("Chan Zuckerberg Initiative Foundation", email = "[email protected]",
66
role = c("aut", "cre", "cph", "fnd"))

0 commit comments

Comments
 (0)