From 64763e3cda30f0bdf1d89002fd45eef3ef183792 Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Mon, 21 Oct 2024 12:24:08 +0300 Subject: [PATCH] Release 0.23.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c042187..6859aaee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ classifiers = [ ] requires-python = ">=3.9, <3.13" dependencies = [ - "spinedb_api>=0.31.3", - "spine_engine>=0.24.2", + "spinedb_api>=0.32.0", + "spine_engine>=0.25.0", # "spinetoolbox >=0.8.5", ]