From 01fbd5754d6761c4dbd6c8de811c017f9aaa251a Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Sat, 19 Jun 2021 17:05:40 +0100 Subject: [PATCH] Bump version to 0.11.1 --- j5/__init__.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"