Skip to content

Commit 1f89c21

Browse files
committed
Update to 0.8.0
1 parent 1e59cce commit 1f89c21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sbot"
3-
version = "0.8.0dev"
3+
version = "0.8.0"
44
description = "SourceBots API"
55
authors = ["SourceBots <hello@sourcebots.co.uk>"]
66
readme = "README.md"

sbot/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
)
3131
ENABLE_VISION = False
3232

33-
__version__ = "0.8.0dev"
33+
__version__ = "0.8.0"
3434

3535
LOGGER = logging.getLogger(__name__)
3636

0 commit comments

Comments
 (0)