From ad35785d84c11fb7f536d72a22e2293d98a33806 Mon Sep 17 00:00:00 2001 From: Tyler Compton Date: Mon, 11 Nov 2024 14:21:04 -0800 Subject: [PATCH] Bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c281bd..d39e13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onshape-urdf-exporter" -version = "0.1.0" +version = "1.0.0" description = "Exports an OnShape assembly to a URDF file with STL meshes" authors = ["Urban Machine "] license = "MIT"