From 3e6508ca44ce4ae4d95fa1a1f735b6ee3033dcb8 Mon Sep 17 00:00:00 2001 From: mbernstein Date: Wed, 23 Aug 2023 15:53:31 +0000 Subject: [PATCH] Increment version --- pyproject.toml | 2 +- src/monkeybread/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2130877..f4ae32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "monkeybread" -version = "1.0.0" +version = "1.0.1" description = "Analyze cellular niches in single-cell spatial transcriptomics data" readme = "README.md" requires-python = ">=3.8" diff --git a/src/monkeybread/__init__.py b/src/monkeybread/__init__.py index 4c85dc7..e5b08f5 100644 --- a/src/monkeybread/__init__.py +++ b/src/monkeybread/__init__.py @@ -4,4 +4,4 @@ __all__ = ["calc", "stat", "plot", "util"] -__version__ = '1.0.0' +__version__ = '1.0.1'