Skip to content

Commit 6e7f64a

Browse files
committed
Bump version number for release
1 parent 8dc20bf commit 6e7f64a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.6.0"
3+
version = "0.6.1"
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
@@ -33,7 +33,7 @@
3333
)
3434
ENABLE_VISION = False
3535

36-
__version__ = "0.6.0"
36+
__version__ = "0.6.1"
3737

3838
LOGGER = logging.getLogger(__name__)
3939

0 commit comments

Comments
 (0)