From 22917233af57f7b7f834db4f022f9d0e762bd945 Mon Sep 17 00:00:00 2001 From: Dmitry Kabanov Date: Thu, 21 May 2026 17:21:57 +0200 Subject: [PATCH] Bump version 0.6.3 -> 0.7.0 --- CITATION.cff | 4 ++-- CMakeLists.txt | 2 +- docs/source/conf.py | 4 ++-- lang_python/oif/openinterfaces/version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6cc61beb..4dd2340f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,8 +11,8 @@ authors: given-names: Mario orcid: https://orcid.org/0000-0002-6260-3574 title: "MaRDI Open Interfaces" -version: 0.6.3 -date-released: "2025-10-31" +version: 0.7.0 +date-released: "2026-05-21" identifiers: - description: "Collection of all software snapshots at Zenodo" type: doi diff --git a/CMakeLists.txt b/CMakeLists.txt index d54d2a26..201a6551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18) project( open-interfaces - VERSION 0.6.3 + VERSION 0.7.0 # SPDX_LICENSE BSD-2-Clause -- Available in CMake 4.2+ DESCRIPTION "Improving interoperability in scientific computing" HOMEPAGE_URL https://github.com/MaRDI4NFDI/open-interfaces diff --git a/docs/source/conf.py b/docs/source/conf.py index 5cce4264..f21fe4e8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,8 +7,8 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "MaRDI Open Interfaces" -copyright = "2023--2025 MaRDI Open Interfaces authors" -release = "0.6.3" +copyright = "2023--2026 MaRDI Open Interfaces authors" +release = "0.7.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/lang_python/oif/openinterfaces/version.py b/lang_python/oif/openinterfaces/version.py index 63af8876..49e0fc1e 100644 --- a/lang_python/oif/openinterfaces/version.py +++ b/lang_python/oif/openinterfaces/version.py @@ -1 +1 @@ -__version__ = "0.6.3" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index 8210996a..d99202ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "openinterfaces" -version = "0.6.3" +version = "0.7.0" authors = [ { name = "Dmitry I. Kabanov", email = "dmitry.kabanov@uni-muenster.de" }, { name = "Stephan Rave", email = "stephan.rave@uni-muenster.de" },