Skip to content

Commit be5736a

Browse files
committed
Bump version numbers.
1 parent 5f9a2c0 commit be5736a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.19)
22

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"
44
LANGUAGES C
55
HOMEPAGE_URL https://github.com/fenics/ffcx)
66
include(GNUInstallDirs)

ffcx/codegeneration/ufcx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define UFCX_VERSION_MAJOR 0
1414
#define UFCX_VERSION_MINOR 8
1515
#define UFCX_VERSION_MAINTENANCE 0
16-
#define UFCX_VERSION_RELEASE 0
16+
#define UFCX_VERSION_RELEASE 1
1717

1818
#if UFCX_VERSION_RELEASE
1919
#define UFCX_VERSION \

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fenics-ffcx"
7-
version = "0.8.0.dev0"
7+
version = "0.8.0"
88
description = "The FEniCSx Form Compiler"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -17,8 +17,8 @@ dependencies = [
1717
"numpy>=1.21",
1818
"cffi",
1919
"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",
2222
]
2323

2424
[project.urls]

0 commit comments

Comments
 (0)