From 73536e575df391814f65635bc2701ac480d28505 Mon Sep 17 00:00:00 2001 From: Dallin Akagi Date: Mon, 14 Aug 2017 10:12:06 -0400 Subject: [PATCH] Bump __version__ This should have been taken care of when I changed the version in the changelog. This is the last step before release of the new version. --- datarobot_batch_scoring/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datarobot_batch_scoring/__init__.py b/datarobot_batch_scoring/__init__.py index da77e85c..666b2f71 100644 --- a/datarobot_batch_scoring/__init__.py +++ b/datarobot_batch_scoring/__init__.py @@ -1 +1 @@ -__version__ = '1.11.0' +__version__ = '1.12.0'