Skip to content

Commit 3fdfb54

Browse files
committed
bump version to 1.0.0
1 parent 439c359 commit 3fdfb54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15..3.29)
33
# Set a name and a version number for your project:
44
project(
55
pybind11-numpy-example
6-
VERSION 0.0.13
6+
VERSION 1.0.0
77
LANGUAGES CXX)
88

99
# Initialize some default paths

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

0 commit comments

Comments
 (0)