Skip to content

Commit da52270

Browse files
authored
Merge pull request #141 from sourcebots/v-0-9-0
Update to 0.8.0
2 parents 1e59cce + 1f89c21 commit da52270

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)