Skip to content

Commit

Permalink
Merge pull request #53 from Multi-Agent-io/development
Browse files Browse the repository at this point in the history
0.11.2 - TopicChanged and NewDevice subscriber events
  • Loading branch information
PaTara43 authored May 3, 2022
2 parents 8df2642 + 2e19f0f commit 2571ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 = "robonomics-interface"
version = "0.11.1"
version = "0.11.2"
description = "Robonomics wrapper over https://github.com/polkascan/py-substrate-interface created to facilitate programming with Robonomics"
authors = ["Pavel Tarasov <p040399@outlook.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions robonomicsinterface/RobonomicsInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,8 @@ class SubEvent(Enum):
NewRecord = "NewRecord"
NewLaunch = "NewLaunch"
Transfer = "Transfer"
TopicChanged = "TopicChanged"
NewDevices = "NewDevices"


class Subscriber:
Expand Down

0 comments on commit 2571ec6

Please sign in to comment.