From 9e5957ee4ae688d6b050d6059aa94656b2302dd4 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Mon, 12 Aug 2024 10:46:23 +0200 Subject: [PATCH] Bump version --- setup.py | 3 +-- threedigrid_builder/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5ccadaf9..c37c6eba 100644 --- a/setup.py +++ b/setup.py @@ -53,8 +53,7 @@ def get_version(): install_requires = [ "numpy>=1.15,<3.0", - "threedi-schema==0.224.0.dev1", - # "threedi-schema@git+https://github.com/nens/threedi-schema@margriet_70_schema_300_structure_control", + "threedi-schema==0.224.0.dev2", "shapely>=2", "pyproj>=3", "condenser[geo]>=0.1.1", diff --git a/threedigrid_builder/__init__.py b/threedigrid_builder/__init__.py index a4a6f736..666ab9ed 100644 --- a/threedigrid_builder/__init__.py +++ b/threedigrid_builder/__init__.py @@ -2,5 +2,5 @@ from .exceptions import * # NOQA # fmt: off -__version__ = '1.17.0.dev1' +__version__ = '1.17.0.dev2' # fmt: on