Skip to content

Commit e36cd00

Browse files
authored
Bump version number to 0.10.0 (#719)
1 parent b0f9734 commit e36cd00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/CMakeLists.txt

+1-1
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.9.0 DESCRIPTION "UFCx interface header for finite element kernels"
3+
project(ufcx VERSION 0.10.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#pragma once
1212

1313
#define UFCX_VERSION_MAJOR 0
14-
#define UFCX_VERSION_MINOR 9
14+
#define UFCX_VERSION_MINOR 10
1515
#define UFCX_VERSION_MAINTENANCE 0
1616
#define UFCX_VERSION_RELEASE 0
1717

pyproject.toml

+1-1
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.9.0.dev0"
7+
version = "0.10.0.dev0"
88
description = "The FEniCSx Form Compiler"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)