We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f09fa commit f27880eCopy full SHA for f27880e
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "scikit-learn"
3
-version = "1.5.0"
+version = "1.5.1"
4
description = "A set of python modules for machine learning and data mining"
5
readme = "README.rst"
6
maintainers = [
sklearn/__init__.py
@@ -39,7 +39,7 @@
39
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
40
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
41
#
42
-__version__ = "1.5.0"
+__version__ = "1.5.1"
43
44
45
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded
0 commit comments