From 37d261638ffeab6ff6c1d800d47fbdcf77304470 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 27 Aug 2019 13:47:08 +0200 Subject: [PATCH] allow 1 or 0 for mask --- 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"