Skip to content

Commit

Permalink
Merge pull request #44 from iRobotEducation/pre_0.5.3
Browse files Browse the repository at this point in the history
Release 0.5.3
  • Loading branch information
shamlian authored Feb 22, 2024
2 parents 76f97ab + f7123cc commit 4a62b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tutorial/14_hello_robots.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Functions decorated with @event triggered by events.
# A robot.when_play event is triggered when the robot.play() method is called.
# It is important that an event function, is declated as async.
# It is important that event functions are declated as async.
@event(robot.when_play)
async def play(robot): # The name of the function can be any valid Python function name.
print('play!') # Put your code here!
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 = "irobot_edu_sdk"
version = "0.5.2"
version = "0.5.3"
description = "Python SDK for iRobot Edu robots"
authors = ["iRobot Corporation <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 4a62b99

Please sign in to comment.