From 9a6f6f28c5af71acfb5e1986f91aca1d3972af04 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 18 Jun 2018 09:40:30 +0200 Subject: [PATCH] version up --- adaptiveumbrella/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptiveumbrella/__init__.py b/adaptiveumbrella/__init__.py index a4a144c..7ce4628 100644 --- a/adaptiveumbrella/__init__.py +++ b/adaptiveumbrella/__init__.py @@ -2,4 +2,4 @@ from __future__ import absolute_import from .runner import UmbrellaRunner __all__ = ['AdaptiveUmbrella'] -__version__ = "0.1.0" \ No newline at end of file +__version__ = "0.2.0"