Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernstein committed Aug 23, 2023
1 parent 6736982 commit ebb97ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/monkeybread/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["calc", "stat", "plot", "util"]

__version__ = '1.0.1'
__version__ = '1.0.3'

0 comments on commit ebb97ef

Please sign in to comment.