Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lang_python/oif/openinterfaces/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.3"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
Loading