From 869a16778b5e89a4ac0dfb2cb560bfa765f69b1b Mon Sep 17 00:00:00 2001 From: afloresep Date: Fri, 29 May 2026 19:47:34 +0200 Subject: [PATCH] Release v0.2.2 Bump version 0.2.1 -> 0.2.2. Bundles changes merged to master since v0.2.1: - Protein 3D structure rendering (#27) - tmapviz widget color fix, reproducibility flag, tree hops (#28) - ESM Atlas example (#31) - README / notebook updates (#26, #30) --- pyproject.toml | 2 +- src/tmap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bcc12a..edae406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build" [project] name = "tmap2" -version = "0.2.1" +version = "0.2.2" description = "Tree-based visualization for high-dimensional data" readme = "README.md" license = {text = "MIT"} diff --git a/src/tmap/__init__.py b/src/tmap/__init__.py index 47821c6..e7ff290 100644 --- a/src/tmap/__init__.py +++ b/src/tmap/__init__.py @@ -50,7 +50,7 @@ def _extend_package_path_for_extensions() -> None: subset_anndata, ) -__version__ = "0.2.1" +__version__ = "0.2.2" __all__ = [ "__version__",