diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index 538cb80..07a3f4f 100644 --- a/threedi_schema/__init__.py +++ b/threedi_schema/__init__.py @@ -2,6 +2,6 @@ from .domain import constants, custom_types, models # NOQA # fmt: off -__version__ = '0.230.2.dev0' +__version__ = '0.230.2.dev1' # fmt: on