From ebb97ef95413b3147e7efe7ef1c22268a07d3273 Mon Sep 17 00:00:00 2001 From: mbernstein Date: Wed, 23 Aug 2023 17:41:11 +0000 Subject: [PATCH] Fixed bug --- pyproject.toml | 2 +- src/monkeybread/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4ae32c..c060dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "monkeybread" -version = "1.0.1" +version = "1.0.3" 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 e5b08f5..d789754 100644 --- a/src/monkeybread/__init__.py +++ b/src/monkeybread/__init__.py @@ -4,4 +4,4 @@ __all__ = ["calc", "stat", "plot", "util"] -__version__ = '1.0.1' +__version__ = '1.0.3'