Skip to content

Commit 6252337

Browse files
committed
Release 0.19b1
1 parent 4b299b4 commit 6252337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def config_context(**new_config):
109109
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
110110
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
111111
#
112-
__version__ = '0.19.dev0'
112+
__version__ = '0.19b1'
113113

114114

115115
try:

0 commit comments

Comments
 (0)