From ec473fe42b64f833e8260ed80452a04578b7d13a Mon Sep 17 00:00:00 2001 From: Gavin Date: Wed, 27 Aug 2025 10:29:43 +1000 Subject: [PATCH] fixed init again --- ir_support/robots/LinearUR3/__init__.py | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ir_support/robots/LinearUR3/__init__.py diff --git a/ir_support/robots/LinearUR3/__init__.py b/ir_support/robots/LinearUR3/__init__.py new file mode 100644 index 0000000..4eb2f83 --- /dev/null +++ b/ir_support/robots/LinearUR3/__init__.py @@ -0,0 +1,2 @@ +from .LinearUR3 import LinearUR3 +__all__ = ["LinearUR3"] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cff7865..c31e52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ir-support" -version = "1.2.5" +version = "1.2.6" description = "Python package including some classes & functions supporting the subject 41013 Industrial Robotics at UTS, along with the Robotics Toolbox for Python" authors = [ "41013 Teaching Team <41013@uts.edu.au>",