From 4f8d6293bc1177cf3735e6530f7fe9e5c0ecf75c Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Thu, 30 May 2024 10:44:02 +0300 Subject: [PATCH] Release 0.22.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85a79d99..48b61957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ classifiers = [ ] requires-python = ">=3.8.1" dependencies = [ - "spinedb_api>=0.31.1", - "spine_engine>=0.24.0", + "spinedb_api>=0.31.2", + "spine_engine>=0.24.1", # "spinetoolbox >=0.6.18", ]