From e24a135976e306720a71fc9417319778188eb4ea Mon Sep 17 00:00:00 2001 From: Anton Tetov <anton@tetov.se> Date: Mon, 3 Oct 2022 21:06:45 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ce2817..011e1c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ur_py_ctl" -version = "0.1.3" +version = "0.1.4" description = "Python wrapper around URScript (for Universal Robotics robots)." authors = ["Anton Tetov <anton.johansson@control.lth.se>"] repository = "https://gitlab.control.lth.se/robotlab/ur_py_ctl" -- GitLab