From 6e7f64ac9d17db0d8a215ecadfc28c79233473e3 Mon Sep 17 00:00:00 2001 From: Kier Davis Date: Tue, 13 Aug 2019 15:00:02 +0100 Subject: [PATCH] Bump version number for release --- pyproject.toml | 2 +- sbot/robot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c78dd3bf..12ea34b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sbot" -version = "0.6.0" +version = "0.6.1" description = "SourceBots API" authors = ["SourceBots "] readme = "README.md" diff --git a/sbot/robot.py b/sbot/robot.py index 652cfcec..94df1da8 100644 --- a/sbot/robot.py +++ b/sbot/robot.py @@ -33,7 +33,7 @@ ) ENABLE_VISION = False -__version__ = "0.6.0" +__version__ = "0.6.1" LOGGER = logging.getLogger(__name__)