File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 53
53
description : What version of DOLFINx are you running?
54
54
options :
55
55
- main branch
56
+ - 0.9.0
56
57
- 0.8.0
57
58
- 0.7.3
58
59
- 0.7.2
Original file line number Diff line number Diff line change 8
8
9
9
# ------------------------------------------------------------------------------
10
10
# Set project name and version number
11
- project (DOLFINX VERSION "0.9.0.0 " )
11
+ project (DOLFINX VERSION "0.9.0" )
12
12
13
13
set (DOXYGEN_DOLFINX_VERSION
14
14
${DOLFINX_VERSION}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
10
10
11
11
[project ]
12
12
name = " fenics-dolfinx"
13
- version = " 0.9.0.dev0 "
13
+ version = " 0.9.0"
14
14
description = " DOLFINx Python interface"
15
15
readme = " ../README.md"
16
16
requires-python = " >=3.9.0"
@@ -23,9 +23,9 @@ dependencies = [
23
23
" numpy>=1.21" ,
24
24
" cffi<1.17" , # See https://github.com/FEniCS/dolfinx/issues/3340
25
25
" 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" ,
29
29
]
30
30
31
31
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments