From dff69323dd3bb0d4e3fad27e92f98d79d51a3b04 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Mon, 11 Nov 2024 10:40:03 +0100 Subject: [PATCH] bump versions --- pyproject.toml | 2 +- threedi_modelchecker/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 009e7e1b..8f65905b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "Click", "GeoAlchemy2>=0.9,!=0.11.*", "SQLAlchemy>=1.4", - "threedi-schema==0.228.0.dev1" + "threedi-schema==0.228.0.dev2" # "threedi-schema @ git+https://github.com/nens/threedi-schema.git@margriet_89_schema_300_1D" ] diff --git a/threedi_modelchecker/__init__.py b/threedi_modelchecker/__init__.py index 7e05c878..1d1a71a4 100644 --- a/threedi_modelchecker/__init__.py +++ b/threedi_modelchecker/__init__.py @@ -1,5 +1,5 @@ from .model_checks import * # NOQA # fmt: off -__version__ = '2.14.0.dev0' +__version__ = '2.14.0.dev1' # fmt: on