Skip to content

Commit

Permalink
Bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kierdavis committed Aug 13, 2019
1 parent c5627bb commit a40a77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.1"
version = "0.6.2"
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 @@ -33,7 +33,7 @@
)
ENABLE_VISION = False

__version__ = "0.6.1"
__version__ = "0.6.2"

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit a40a77f

Please sign in to comment.