From 365e2746947c58ef6749da4e2512a48ed7ee33b3 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Tue, 19 Nov 2024 15:24:44 +0100 Subject: [PATCH] bump version --- threedi_schema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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