Skip to content

Commit a3ba73d

Browse files
committed
Bump versions
1 parent bfa2f19 commit a3ba73d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors:
55
given-names: Jørgen Schartum
66
orcid: https://orcid.org/0000-0001-6489-8858
77
title: "DOLFINx-MPC"
8-
version: 0.9.2
9-
date-released: 2025-07-03
8+
version: 0.9.3
9+
date-released: 2025-07-25

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.21)
44

55
#------------------------------------------------------------------------------
66
# Set project name and version number
7-
project(DOLFINX_MPC VERSION "0.9.2.0")
7+
project(DOLFINX_MPC VERSION "0.9.3.0")
88

99
#------------------------------------------------------------------------------
1010
# General configuration

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build"
99

1010
[project]
1111
name = "dolfinx_mpc"
12-
version = "0.9.2"
12+
version = "0.9.3"
1313
description = "DOLFINx_MPC Python interface"
1414
readme = "README.md"
1515
requires-python = ">=3.8.0"

0 commit comments

Comments
 (0)