Skip to content

Commit

Permalink
bump version to also have macos arm64 wheels on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 25, 2024
1 parent 6330e93 commit 235c9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.15..3.26)
cmake_minimum_required(VERSION 3.15..3.29)

# Set a name and a version number for your project:
project(
pybind11-numpy-example
VERSION 0.0.10
VERSION 0.0.12
LANGUAGES CXX)

# Initialize some default paths
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
license = {text = "MIT"}
Expand Down

0 comments on commit 235c9df

Please sign in to comment.