We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1e6a3 commit 4e2c857Copy full SHA for 4e2c857
CHANGES.md
@@ -1,6 +1,10 @@
1
# `multifunctional` Changelog
2
3
-## [1.0] - 2025-06-26
+### [1.1.1] - 2025-06-26
4
+
5
+* Update some tests and publishing infrastructure
6
7
+## [1.1] - 2025-06-26
8
9
* Remove version pin to Numpy `<2`
10
multifunctional/__init__.py
@@ -13,7 +13,7 @@
13
"ReadOnlyProcessWithReferenceProduct",
14
)
15
16
-__version__ = "1.1"
+__version__ = "1.1.1"
17
18
# Follows guidance from https://loguru.readthedocs.io/en/stable/resources/recipes.html#configuring-loguru-to-be-used-by-a-library-or-an-application
19
# For development or to get more detail on what is really happening, re-enable with:
0 commit comments