Skip to content

Commit f27880e

Browse files
committed
Bump version [cd build]
1 parent 18f09fa commit f27880e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scikit-learn"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "A set of python modules for machine learning and data mining"
55
readme = "README.rst"
66
maintainers = [

sklearn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
4040
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
4141
#
42-
__version__ = "1.5.0"
42+
__version__ = "1.5.1"
4343

4444

4545
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded

0 commit comments

Comments
 (0)