Skip to content

Commit

Permalink
Bump version number to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 10, 2024
1 parent b0f9734 commit 7efabeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.19)

project(ufcx VERSION 0.9.0 DESCRIPTION "UFCx interface header for finite element kernels"
project(ufcx VERSION 0.10.0 DESCRIPTION "UFCx interface header for finite element kernels"
LANGUAGES C
HOMEPAGE_URL https://github.com/fenics/ffcx)
include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion ffcx/codegeneration/ufcx.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#pragma once

#define UFCX_VERSION_MAJOR 0
#define UFCX_VERSION_MINOR 9
#define UFCX_VERSION_MINOR 10
#define UFCX_VERSION_MAINTENANCE 0
#define UFCX_VERSION_RELEASE 0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fenics-ffcx"
version = "0.9.0.dev0"
version = "0.10.0.dev0"
description = "The FEniCSx Form Compiler"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 7efabeb

Please sign in to comment.