From d30d44dde4542b87960603e5ecb680b7c50b59d1 Mon Sep 17 00:00:00 2001 From: Jaime Florian Date: Thu, 5 Dec 2024 01:27:51 -0800 Subject: [PATCH] feat: Updated version to 0.2.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0480c9e..4968f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "usdinspect" -version = "0.1.0" +version = "0.2.0" description = "A tool for inspecting USD files." readme = "README.md" authors = [{ name = "Jaime Florian Urueta", email = "jaimeflorian27@gmail.com" }]