diff --git a/threedigrid_builder/__init__.py b/threedigrid_builder/__init__.py index 6d3bf3cb..319730fe 100644 --- a/threedigrid_builder/__init__.py +++ b/threedigrid_builder/__init__.py @@ -2,5 +2,5 @@ from .exceptions import * # NOQA # fmt: off -__version__ = '1.13.2.dev1' +__version__ = '1.13.2.dev2' # fmt: on