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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
2
2
3
3
# ------------------------------------------------------------------------------
4
4
# Set project name and version number
5
- project (CutCells VERSION "0.1 .0" LANGUAGES CXX C)
5
+ project (CutCells VERSION "0.2 .0" LANGUAGES CXX C)
6
6
7
7
# Use C++20
8
8
set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if(APPLE)
5
5
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" )
6
6
endif ()
7
7
8
- project (cutcells_nanobind VERSION "0.1 " LANGUAGES CXX)
8
+ project (cutcells_nanobind VERSION "0.2.0 " LANGUAGES CXX)
9
9
10
10
# Set C++ standard
11
11
set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
4
5
5
[project ]
6
6
name = " cutcells"
7
- version = " 0.1 .0"
7
+ version = " 0.2 .0"
8
8
description = " CutCells Python interface"
9
9
readme = " ../README.md"
10
10
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments