File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.19 )
2
2
3
- project (ufcx VERSION 0.7 .0 DESCRIPTION "UFCx interface header for finite element kernels"
3
+ project (ufcx VERSION 0.8 .0 DESCRIPTION "UFCx interface header for finite element kernels"
4
4
LANGUAGES C
5
5
HOMEPAGE_URL https://github.com/fenics/ffcx )
6
6
include (GNUInstallDirs )
Original file line number Diff line number Diff line change 13
13
#define UFCX_VERSION_MAJOR 0
14
14
#define UFCX_VERSION_MINOR 8
15
15
#define UFCX_VERSION_MAINTENANCE 0
16
- #define UFCX_VERSION_RELEASE 0
16
+ #define UFCX_VERSION_RELEASE 1
17
17
18
18
#if UFCX_VERSION_RELEASE
19
19
#define UFCX_VERSION \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " fenics-ffcx"
7
- version = " 0.8.0.dev0 "
7
+ version = " 0.8.0"
8
8
description = " The FEniCSx Form Compiler"
9
9
readme = " README.md"
10
10
requires-python = " >=3.9"
@@ -17,8 +17,8 @@ dependencies = [
17
17
" numpy>=1.21" ,
18
18
" cffi" ,
19
19
" setuptools; python_version >= '3.12'" , # cffi with compilation support requires setuptools
20
- " fenics-basix >= 0.8.0.dev0 , <0.9.0" ,
21
- " fenics-ufl >= 2023.3.0.dev0 , <2023.4 .0" ,
20
+ " fenics-basix >= 0.8.0, <0.9.0" ,
21
+ " fenics-ufl >= 2024.1.0 , <2024.2 .0" ,
22
22
]
23
23
24
24
[project .urls ]
You can’t perform that action at this time.
0 commit comments