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>",