diff --git a/docs/source/conf.py b/docs/source/conf.py index cb5eba97..3a40dfd1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ project = 'SourceBots Docs' copyright = '2019-22, SourceBots' author = 'SourceBots' -release = '0.9.0' +release = '0.10.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 81771f43..57c5692a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sbot" -version = "0.9.0" +version = "0.10.0" description = "SourceBots API" authors = ["SourceBots "] readme = "README.md" diff --git a/sbot/robot.py b/sbot/robot.py index 60a9a356..5c09639c 100644 --- a/sbot/robot.py +++ b/sbot/robot.py @@ -18,7 +18,7 @@ from .env import HardwareEnvironment from .timeout import kill_after_delay -__version__ = "0.9.1" +__version__ = "0.10.0" LOGGER = logging.getLogger(__name__)