Skip to content

Commit f6ba39d

Browse files
committed
version 0.2
1 parent 3e0ee0a commit f6ba39d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22

33
# ------------------------------------------------------------------------------
44
# 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)
66

77
# Use C++20
88
set(CMAKE_CXX_STANDARD 20)

python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(APPLE)
55
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
66
endif()
77

8-
project(cutcells_nanobind VERSION "0.1" LANGUAGES CXX)
8+
project(cutcells_nanobind VERSION "0.2.0" LANGUAGES CXX)
99

1010
# Set C++ standard
1111
set(CMAKE_CXX_STANDARD 20)

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "cutcells"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "CutCells Python interface"
99
readme = "../README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)