Skip to content

Commit

Permalink
Upgrade project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-Minh committed Jun 21, 2024
1 parent 45ba7dc commit 2df9251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.26)
project(PhysicsBasedAnimationToolkit VERSION 0.0.1 LANGUAGES CXX)
project(PhysicsBasedAnimationToolkit VERSION 0.0.2 LANGUAGES CXX)
enable_testing()

# Configuration options
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 = "pbatoolkit"
version = "0.0.1"
version = "0.0.2"
description = "Physics Based Animation Toolkit"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"[email protected]"
],
"name": "pba-core",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": [
{
"name": "range-v3",
Expand Down

0 comments on commit 2df9251

Please sign in to comment.