From 62523372fc6331fc55df73a94d65bfa48c45c193 Mon Sep 17 00:00:00 2001
From: Olivier Grisel <olivier.grisel@ensta.org>
Date: Thu, 13 Jul 2017 15:25:02 +0200
Subject: [PATCH] Release 0.19b1

---
 sklearn/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sklearn/__init__.py b/sklearn/__init__.py
index 3ca2a6814e..97f5bbad44 100644
--- a/sklearn/__init__.py
+++ b/sklearn/__init__.py
@@ -109,7 +109,7 @@ warnings.filterwarnings('always', category=DeprecationWarning,
 # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
 # 'X.Y.dev0' is the canonical version of 'X.Y.dev'
 #
-__version__ = '0.19.dev0'
+__version__ = '0.19b1'
 
 
 try:
-- 
GitLab