File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.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"
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 11
11
#pragma once
12
12
13
13
#define UFCX_VERSION_MAJOR 0
14
- #define UFCX_VERSION_MINOR 9
14
+ #define UFCX_VERSION_MINOR 10
15
15
#define UFCX_VERSION_MAINTENANCE 0
16
16
#define UFCX_VERSION_RELEASE 0
17
17
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.9 .0.dev0"
7
+ version = " 0.10 .0.dev0"
8
8
description = " The FEniCSx Form Compiler"
9
9
readme = " README.md"
10
10
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments