Skip to content

Commit 4f2da51

Browse files
committed
Update package version for release
1 parent 16fa19b commit 4f2da51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.26)
2-
project(PhysicsBasedAnimationToolkit VERSION 0.0.9 LANGUAGES CXX)
2+
project(PhysicsBasedAnimationToolkit VERSION 0.0.10 LANGUAGES CXX)
33
enable_testing()
44

55
# Configuration options

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 = "pbatoolkit"
7-
version = "0.0.9"
7+
version = "0.0.10"
88
description = "Physics Based Animation Toolkit"
99
readme = "README.md"
1010
authors = [

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
],
88
"name": "pbatoolkit",
9-
"version": "0.0.9",
9+
"version": "0.0.10",
1010
"dependencies": [
1111
{
1212
"name": "range-v3",

0 commit comments

Comments
 (0)