Skip to content

Commit

Permalink
Merge pull request #282 from sourcebots/bump-version-0.10
Browse files Browse the repository at this point in the history
Bump version to 0.10.0
  • Loading branch information
trickeydan authored Aug 7, 2022
2 parents eaf57d4 + 46e0655 commit c2abee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = 'SourceBots Docs'
copyright = '2019-22, SourceBots'
author = 'SourceBots'
release = '0.9.0'
release = '0.10.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sbot"
version = "0.9.0"
version = "0.10.0"
description = "SourceBots API"
authors = ["SourceBots <hello@sourcebots.co.uk>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sbot/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .env import HardwareEnvironment
from .timeout import kill_after_delay

__version__ = "0.9.1"
__version__ = "0.10.0"

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit c2abee0

Please sign in to comment.