We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc20bf commit 6e7f64aCopy full SHA for 6e7f64a
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sbot"
3
-version = "0.6.0"
+version = "0.6.1"
4
description = "SourceBots API"
5
authors = ["SourceBots <hello@sourcebots.co.uk>"]
6
readme = "README.md"
sbot/robot.py
@@ -33,7 +33,7 @@
33
)
34
ENABLE_VISION = False
35
36
-__version__ = "0.6.0"
+__version__ = "0.6.1"
37
38
LOGGER = logging.getLogger(__name__)
39
0 commit comments