diff --git a/dejax/__init__.py b/dejax/__init__.py index 70a36b6..1ef6d1c 100644 --- a/dejax/__init__.py +++ b/dejax/__init__.py @@ -1,4 +1,4 @@ from .uniform import uniform_replay from .clustered import clustered_replay -__version__ = '0.1.2' +__version__ = '0.1.3'