diff --git a/threedi_schema/__init__.py b/threedi_schema/__init__.py index e3cee3f..d367c8d 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.228.0.dev2' +__version__ = '0.228.0.dev3' # fmt: on