Skip to content

Commit

Permalink
Update version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 9, 2024
1 parent 01d1add commit 6443e3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ body:
description: What version of DOLFINx are you running?
options:
- main branch
- 0.9.0
- 0.8.0
- 0.7.3
- 0.7.2
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()

# ------------------------------------------------------------------------------
# Set project name and version number
project(DOLFINX VERSION "0.9.0.0")
project(DOLFINX VERSION "0.9.0")

set(DOXYGEN_DOLFINX_VERSION
${DOLFINX_VERSION}
Expand Down
8 changes: 4 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "fenics-dolfinx"
version = "0.9.0.dev0"
version = "0.9.0"
description = "DOLFINx Python interface"
readme = "../README.md"
requires-python = ">=3.9.0"
Expand All @@ -23,9 +23,9 @@ dependencies = [
"numpy>=1.21",
"cffi<1.17", # See https://github.com/FEniCS/dolfinx/issues/3340
"mpi4py",
"fenics-basix>=0.9.0.dev0,<0.10.0",
"fenics-ffcx>=0.9.0.dev0,<0.10.0",
"fenics-ufl>=2024.2.0.dev0,<2024.3.0",
"fenics-basix>=0.9.0,<0.10.0",
"fenics-ffcx>=0.9.0,<0.10.0",
"fenics-ufl>=2024.2.0,<2024.3.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 6443e3b

Please sign in to comment.