Skip to content

Commit fe3f98a

Browse files
committed
Bump version number
1 parent 612e975 commit fe3f98a

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.4.0"
3+
version = "0.5.0"
44
description = "Experimental SourceBots API"
55
authors = ["Dan Trickey <dan@trickey.io>"]
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.4.0"
36+
__version__ = "0.5.0"
3737

3838
LOGGER = logging.getLogger(__name__)
3939

0 commit comments

Comments
 (0)