Skip to content

Commit 6443e3b

Browse files
committed
Update version to 0.9.0
1 parent 01d1add commit 6443e3b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ body:
5353
description: What version of DOLFINx are you running?
5454
options:
5555
- main branch
56+
- 0.9.0
5657
- 0.8.0
5758
- 0.7.3
5859
- 0.7.2

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88

99
# ------------------------------------------------------------------------------
1010
# Set project name and version number
11-
project(DOLFINX VERSION "0.9.0.0")
11+
project(DOLFINX VERSION "0.9.0")
1212

1313
set(DOXYGEN_DOLFINX_VERSION
1414
${DOLFINX_VERSION}

python/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
1010

1111
[project]
1212
name = "fenics-dolfinx"
13-
version = "0.9.0.dev0"
13+
version = "0.9.0"
1414
description = "DOLFINx Python interface"
1515
readme = "../README.md"
1616
requires-python = ">=3.9.0"
@@ -23,9 +23,9 @@ dependencies = [
2323
"numpy>=1.21",
2424
"cffi<1.17", # See https://github.com/FEniCS/dolfinx/issues/3340
2525
"mpi4py",
26-
"fenics-basix>=0.9.0.dev0,<0.10.0",
27-
"fenics-ffcx>=0.9.0.dev0,<0.10.0",
28-
"fenics-ufl>=2024.2.0.dev0,<2024.3.0",
26+
"fenics-basix>=0.9.0,<0.10.0",
27+
"fenics-ffcx>=0.9.0,<0.10.0",
28+
"fenics-ufl>=2024.2.0,<2024.3.0",
2929
]
3030

3131
[project.optional-dependencies]

0 commit comments

Comments
 (0)