Update __init__.py

This commit is contained in:
Daniel Bauer
2019-07-16 13:00:15 +02:00
committed by GitHub
parent e226289cdd
commit f25288e4f5

View File

@@ -3,4 +3,4 @@ from .runner import UmbrellaRunner
from .wham2d import WHAM2DRunner from .wham2d import WHAM2DRunner
__all__ = ['AdaptiveUmbrella'] __all__ = ['AdaptiveUmbrella']
__version__ = "0.3.4" __version__ = "0.3.5"