From fe49a3ea8a6b52dfbb57311d697c020d5b0244d3 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Tue, 6 Aug 2024 16:40:32 +0200 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 f477af4..a2cac8a 100644 --- a/threedi_schema/__init__.py +++ b/threedi_schema/__init__.py @@ -2,5 +2,5 @@ from .domain import constants, custom_types, models # NOQA # fmt: off -__version__ = '0.223.1.dev0' +__version__ = '0.224.0.dev0' # fmt: on