Skip to content

Commit 8799302

Browse files
daharoniclaude
andcommitted
chore: bump calab Python package to v0.2.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f9e168e commit 8799302

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "calab"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "CaLab: calcium imaging analysis tools — deconvolution and data preparation"
99
readme = "README.md"
1010
requires-python = ">=3.10"

python/src/calab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ._io import deconvolve_from_export, load_export_params, load_tuning_data, save_for_tuning
1414
from ._loaders import load_caiman, load_minian
1515

16-
__version__ = "0.2.0"
16+
__version__ = "0.2.1"
1717
__all__ = [
1818
# Bridge
1919
"tune",

0 commit comments

Comments
 (0)