Skip to content

Commit 235c9df

Browse files
committed
bump version to also have macos arm64 wheels on pypi
1 parent 6330e93 commit 235c9df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cmake_minimum_required(VERSION 3.15..3.26)
1+
cmake_minimum_required(VERSION 3.15..3.29)
22

33
# Set a name and a version number for your project:
44
project(
55
pybind11-numpy-example
6-
VERSION 0.0.10
6+
VERSION 0.0.12
77
LANGUAGES CXX)
88

99
# Initialize some default paths

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 = "pybind11-numpy-example"
7-
version = "0.0.11"
7+
version = "0.0.12"
88
description = "An example of using numpy with pybind11"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)