Skip to content

Commit beadcef

Browse files
jorgensdjhale
andauthored
Bump version (#966)
Co-authored-by: Jack S. Hale <[email protected]>
1 parent 7f7e291 commit beadcef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.21)
22

3-
project(BasixFull VERSION "0.10.0.0" LANGUAGES CXX)
3+
project(BasixFull VERSION "0.11.0.0" LANGUAGES CXX)
44
set(BASIX_FULL_SKBUILD TRUE)
55
add_subdirectory(cpp)
66
add_subdirectory(python)

cpp/CMakeLists.txt

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

33
# Set the version
4-
project(Basix VERSION "0.10.0.0" LANGUAGES CXX)
4+
project(Basix VERSION "0.11.0.0" LANGUAGES CXX)
55
include(GNUInstallDirs)
66

77
if(SKBUILD AND UNIX)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "fenics-basix"
7-
version = "0.10.0.dev0"
7+
version = "0.11.0.dev0"
88
description = "Basix Python interface"
99
readme = "README.md"
1010
requires-python = ">=3.10"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "fenics-basix"
7-
version = "0.10.0.dev0"
7+
version = "0.11.0.dev0"
88
description = "Basix Python interface"
99
readme = "../README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)