We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaf57d4 + 46e0655 commit c2abee0Copy full SHA for c2abee0
docs/source/conf.py
@@ -16,7 +16,7 @@
16
project = 'SourceBots Docs'
17
copyright = '2019-22, SourceBots'
18
author = 'SourceBots'
19
-release = '0.9.0'
+release = '0.10.0'
20
21
# -- General configuration ---------------------------------------------------
22
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sbot"
3
-version = "0.9.0"
+version = "0.10.0"
4
description = "SourceBots API"
5
authors = ["SourceBots <hello@sourcebots.co.uk>"]
6
readme = "README.md"
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"
23
LOGGER = logging.getLogger(__name__)
24
0 commit comments