From c4ca1b4cc4b5ef59ae19280b9fe47bda1646300a Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Wed, 27 Jun 2018 11:20:32 +0200 Subject: [PATCH] version --- adaptiveumbrella/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptiveumbrella/__init__.py b/adaptiveumbrella/__init__.py index f4e1178..d893e94 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.2" +__version__ = "0.3.3"