Skip to content

Commit

Permalink
Merge pull request #43 from sourcebots/v0.5.1
Browse files Browse the repository at this point in the history
Update j5 from 0.7.2 to 0.7.4.
  • Loading branch information
trickeydan authored Aug 8, 2019
2 parents 54d8766 + a0299c6 commit 0da91df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sbot"
version = "0.5.0"
version = "0.5.1"
description = "Experimental SourceBots API"
authors = ["Dan Trickey <dan@trickey.io>"]
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
j5 = "^0.7.2"
j5 = "^0.7.4"


[tool.poetry.dev-dependencies]
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.5.0"
__version__ = "0.5.1"

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 0da91df

Please sign in to comment.