Skip to content

Commit c2abee0

Browse files
authored
Merge pull request #282 from sourcebots/bump-version-0.10
Bump version to 0.10.0
2 parents eaf57d4 + 46e0655 commit c2abee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = 'SourceBots Docs'
1717
copyright = '2019-22, SourceBots'
1818
author = 'SourceBots'
19-
release = '0.9.0'
19+
release = '0.10.0'
2020

2121
# -- General configuration ---------------------------------------------------
2222

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.9.0"
3+
version = "0.10.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
@@ -18,7 +18,7 @@
1818
from .env import HardwareEnvironment
1919
from .timeout import kill_after_delay
2020

21-
__version__ = "0.9.1"
21+
__version__ = "0.10.0"
2222

2323
LOGGER = logging.getLogger(__name__)
2424

0 commit comments

Comments
 (0)