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 1e59cce + 1f89c21 commit da52270Copy full SHA for da52270
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sbot"
3
-version = "0.8.0dev"
+version = "0.8.0"
4
description = "SourceBots API"
5
authors = ["SourceBots <hello@sourcebots.co.uk>"]
6
readme = "README.md"
sbot/robot.py
@@ -30,7 +30,7 @@
30
)
31
ENABLE_VISION = False
32
33
-__version__ = "0.8.0dev"
+__version__ = "0.8.0"
34
35
LOGGER = logging.getLogger(__name__)
36
0 commit comments