From 14af5d4c15b724aaed0f96be8f67c21262f28a68 Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Tue, 21 Mar 2023 15:35:27 +0100 Subject: [PATCH] chore(): bump version number --- src/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml index 47dc76a..d3601a0 100644 --- a/src/python/pyproject.toml +++ b/src/python/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pose_format" description = "Library for viewing, augmenting, and handling .pose files" -version = "0.1.2" +version = "0.2.0" keywords = ["Pose Files", "Pose Interpolation", "Pose Augmentation"] authors = [ { name = "Amit Moryossef", email = "amitmoryossef@gmail.com" }