Skip to content

Commit

Permalink
Bump version. (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale authored Apr 25, 2024
1 parent 3975ad4 commit b92af3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions 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.7.0 DESCRIPTION "UFCx interface header for finite element kernels"
project(ufcx VERSION 0.9.0 DESCRIPTION "UFCx interface header for finite element kernels"
LANGUAGES C
HOMEPAGE_URL https://github.com/fenics/ffcx)
include(GNUInstallDirs)
Expand Down Expand Up @@ -39,4 +39,3 @@ install(FILES ${PROJECT_SOURCE_DIR}/../ffcx/codegeneration/ufcx.h TYPE INCLUDE)
# Configure and install pkgconfig file
configure_file(ufcx.pc.in ufcx.pc @ONLY)
install(FILES ${PROJECT_BINARY_DIR}/ufcx.pc DESTINATION ${CMAKE_INSTALL_DATADIR}/pkgconfig)

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 8
#define UFCX_VERSION_MINOR 9
#define UFCX_VERSION_MAINTENANCE 0
#define UFCX_VERSION_RELEASE 0

Expand Down
6 changes: 3 additions & 3 deletions 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.8.0.dev0"
version = "0.9.0.dev0"
description = "The FEniCSx Form Compiler"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -17,8 +17,8 @@ dependencies = [
"numpy>=1.21",
"cffi",
"setuptools; python_version >= '3.12'", # cffi with compilation support requires setuptools
"fenics-basix >= 0.8.0.dev0, <0.9.0",
"fenics-ufl >= 2023.3.0.dev0, <2023.4.0",
"fenics-basix >= 0.9.0.dev0, <0.10.0",
"fenics-ufl >= 2024.2.0.dev0, <2024.3.0",
]

[project.urls]
Expand Down

0 comments on commit b92af3a

Please sign in to comment.