diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index bde946c..c286c68 100644 --- a/threedi_schema/__init__.py +++ b/threedi_schema/__init__.py @@ -2,7 +2,7 @@ from .domain import constants, custom_types, models # NOQA # fmt: off -__version__ = '0.230.0.dev1' +__version__ = '0.230.0.dev2' # fmt: on