10000 bump to 1.0.0.rc1 [cd build] (#20947) · scikit-learn/scikit-learn@c21491f · GitHub
[go: up one dir, main page]

Skip to content

Commit c21491f

Browse files
authored
bump to 1.0.0.rc1 [cd build] (#20947)
* bump to 1.0.0.rc1 * set version according to our docs * trying wheels [cd build]
1 parent c3815c9 commit c21491f

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
@@ -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.0.dev0"
42+
__version__ = "1.0.rc1"
4343

4444

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

0 commit comments

Comments
 (0)
0