Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f27880e

Browse filesBrowse files
committed
Bump version [cd build]
1 parent 18f09fa commit f27880e
Copy full SHA for f27880e

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: sklearn/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.