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 16fa19b commit 4f2da51Copy full SHA for 4f2da51
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.26)
2
-project(PhysicsBasedAnimationToolkit VERSION 0.0.9 LANGUAGES CXX)
+project(PhysicsBasedAnimationToolkit VERSION 0.0.10 LANGUAGES CXX)
3
enable_testing()
4
5
# Configuration options
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
6
name = "pbatoolkit"
7
-version = "0.0.9"
+version = "0.0.10"
8
description = "Physics Based Animation Toolkit"
9
readme = "README.md"
10
authors = [
vcpkg.json
@@ -6,7 +6,7 @@
"[email protected]"
],
"name": "pbatoolkit",
- "version": "0.0.9",
+ "version": "0.0.10",
"dependencies": [
11
{
12
"name": "range-v3",
0 commit comments