Skip to content

Commit 4e2c857

Browse files
committed
1.1.1
1 parent ef1e6a3 commit 4e2c857

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# `multifunctional` Changelog
22

3-
## [1.0] - 2025-06-26
3+
### [1.1.1] - 2025-06-26
4+
5+
* Update some tests and publishing infrastructure
6+
7+
## [1.1] - 2025-06-26
48

59
* Remove version pin to Numpy `<2`
610

multifunctional/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ReadOnlyProcessWithReferenceProduct",
1414
)
1515

16-
__version__ = "1.1"
16+
__version__ = "1.1.1"
1717

1818
# Follows guidance from https://loguru.readthedocs.io/en/stable/resources/recipes.html#configuring-loguru-to-be-used-by-a-library-or-an-application
1919
# For development or to get more detail on what is really happening, re-enable with:

0 commit comments

Comments
 (0)