Skip to content

Commit

Permalink
Bump 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 1d2e439 commit 2ef3668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ffcx/codegeneration/ufcx.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define UFCX_VERSION_MAJOR 0
#define UFCX_VERSION_MINOR 9
#define UFCX_VERSION_MAINTENANCE 0
#define UFCX_VERSION_RELEASE 0
#define UFCX_VERSION_RELEASE 1

#if UFCX_VERSION_RELEASE
#define UFCX_VERSION \
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fenics-ffcx"
version = "0.9.0.dev0"
version = "0.9.0"
description = "The FEniCSx Form Compiler"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -17,8 +17,8 @@ dependencies = [
"numpy>=1.21",
"cffi",
"setuptools; python_version >= '3.12'", # cffi with compilation support requires setuptools
"fenics-basix >= 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-ufl >= 2024.2.0, <2024.3.0",
]

[project.urls]
Expand Down

0 comments on commit 2ef3668

Please sign in to comment.