We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2b1d0 commit 45458b4Copy full SHA for 45458b4
doc/changelog.rst
@@ -5,6 +5,10 @@
5
Changelog
6
=========
7
8
+2.30.1 (October 08, 2024)
9
+-------------------------
10
+- Ci: add 3.13 wheels (`#1047 <https://github.com/scikit-hep/iminuit/pull/1047>`_)
11
+
12
2.30.0 (September 24, 2024)
13
---------------------------
14
- Fix: root version in docs (`#1043 <https://github.com/scikit-hep/iminuit/pull/1043>`_)
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "iminuit"
description = "Jupyter-friendly Python frontend for MINUIT2 in C++"
-version = "2.30.0"
+version = "2.30.1"
maintainers = [{ name = "Hans Dembinski", email = "hans.dembinski@gmail.com" }]
readme = "README.rst"
requires-python = ">=3.9"
0 commit comments