Skip to content

Commit 8a1e673

Browse files
committed
Bump magnify version to 0.12.2.
1 parent 475f457 commit 8a1e673

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "magnify"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "A microscopy image processing toolkit."
55
authors = [
66
{name = "Karl Krauth", email = "karl.krauth@gmail.com"},

src/magnify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.12.1"
1+
__version__ = "0.12.2"
22

33
__all__ = [
44
"component",

0 commit comments

Comments
 (0)