From f25288e4f57fd7e9cd1d76442a262021a4629f3d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 16 Jul 2019 13:00:15 +0200 Subject: [PATCH] Update __init__.py --- adaptiveumbrella/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptiveumbrella/__init__.py b/adaptiveumbrella/__init__.py index 92e10fc..be3b501 100644 --- a/adaptiveumbrella/__init__.py +++ b/adaptiveumbrella/__init__.py @@ -3,4 +3,4 @@ from .runner import UmbrellaRunner from .wham2d import WHAM2DRunner __all__ = ['AdaptiveUmbrella'] -__version__ = "0.3.4" +__version__ = "0.3.5"