8000 bump version number [cd build] · commit-0/scikit-learn@1cb6e2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cb6e2a

Browse files
committed
bump version number [cd build]
1 parent fb35756 commit 1cb6e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
4343
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
4444
#
45-
__version__ = "1.4.dev0"
45+
__version__ = "1.4.0rc1"
4646

4747

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

0 commit comments

Comments
 (0)
0