From 2df925187275964b9ef518477e06d14bf6ac140d Mon Sep 17 00:00:00 2001 From: Q-Minh Date: Fri, 21 Jun 2024 17:33:40 -0400 Subject: [PATCH] Upgrade project version --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f82ccb..3448874 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index b76e07b..dabd79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/vcpkg.json b/vcpkg.json index 1a391f8..c10c3cd 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,7 +6,7 @@ "tonthat.quocminh@gmail.com" ], "name": "pba-core", - "version": "0.0.1", + "version": "0.0.2", "dependencies": [ { "name": "range-v3",