We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6330e93 commit 235c9dfCopy full SHA for 235c9df
CMakeLists.txt
@@ -1,9 +1,9 @@
1
-cmake_minimum_required(VERSION 3.15..3.26)
+cmake_minimum_required(VERSION 3.15..3.29)
2
3
# Set a name and a version number for your project:
4
project(
5
pybind11-numpy-example
6
- VERSION 0.0.10
+ VERSION 0.0.12
7
LANGUAGES CXX)
8
9
# Initialize some default paths
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "pybind11-numpy-example"
-version = "0.0.11"
+version = "0.0.12"
description = "An example of using numpy with pybind11"
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments