From be1a5d41ed4c3a96a7ccaf5b4641d67378506d1a Mon Sep 17 00:00:00 2001 From: Lev Kozlov Date: Tue, 13 Feb 2024 11:35:35 +0300 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f42aecb..8d2d227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "darli" description = "The DARLi is a Python 3 library that supports both numerical and symbolical computations of open loop articulated robots provided urdf file." -version = "0.3.0" +version = "0.3.1" authors = [{ name = "Lev Kozlov" }, { name = "Simeon Nedelchev" }] dependencies = ["cmeel_casadi_kin_dyn>=1.6.11"] readme = "README.md"