Skip to content

Commit 5f82721

Browse files
release: bump version to 0.1.4
1 parent a905355 commit 5f82721

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ __pycache__/
2626
# IDEs
2727
/.idea/
2828
/.vscode/
29+
**/__pycache__/
30+
**/*.pyc

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = ["src/harreman"]
1717

1818
[project]
1919
name = "harreman"
20-
version = "0.1.3"
20+
version = "0.1.4"
2121
description = "Metabolic cell-cell communication inference in spatial transcriptomics."
2222
readme = "README.md"
2323
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)