From b72dac129dbacbed8e59b779c147dee184b9e8a7 Mon Sep 17 00:00:00 2001 From: Emanuele Bezzi Date: Tue, 12 Mar 2024 10:26:07 -0700 Subject: [PATCH] [misc] Prepare for 1.11.0 release (#1046) --- api/python/cellxgene_census/pyproject.toml | 2 +- api/r/cellxgene.census/DESCRIPTION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index 7d76dddf5..2da2fb56f 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -31,7 +31,7 @@ dependencies= [ # NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to # ensure that the assets are readable (tiledbsoma supports backward compatible reading). # Make sure this version does not fall behind the builder's tiledbsoma version. - "tiledbsoma~=1.7.0", + "tiledbsoma~=1.8.0", "anndata", "numpy>=1.21", "requests", diff --git a/api/r/cellxgene.census/DESCRIPTION b/api/r/cellxgene.census/DESCRIPTION index 95749e55f..409ced39a 100644 --- a/api/r/cellxgene.census/DESCRIPTION +++ b/api/r/cellxgene.census/DESCRIPTION @@ -1,6 +1,6 @@ Package: cellxgene.census Title: CZ CELLxGENE Discover Cell Census -Version: 1.10.2 +Version: 1.11.0 Authors@R: person("Chan Zuckerberg Initiative Foundation", email = "soma@chanzuckerberg.com", role = c("aut", "cre", "cph", "fnd"))