diff --git a/j5/__init__.py b/j5/__init__.py index 3de188d1..a8be76c1 100644 --- a/j5/__init__.py +++ b/j5/__init__.py @@ -12,5 +12,5 @@ "__version_short__", ] -__version__ = "0.11.0" -__version_short__ = "0.11.0" +__version__ = "0.11.1" +__version_short__ = "0.11.1" diff --git a/pyproject.toml b/pyproject.toml index 99c2c2e2..c92747c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "j5" -version = "0.11.0" +version = "0.11.1" description = "j5 Robotics Framework" authors = ["j5 contributors "] license = "MIT"