Skip to content

Commit 83816c2

Browse files
committed
Preparing 0.19b2
1 parent 0ec2275 commit 83816c2

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
@@ -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.19b1'
112+
__version__ = '0.19b2'
113113

114114

115115
try:

0 commit comments

Comments
 (0)