Skip to content

Commit

Permalink
a small but very crucial but fix (and bumping the version number again)
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronDevine committed Sep 19, 2024
1 parent 78e92f0 commit b74ce82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pigeon/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _configure_logging() -> logging.Logger:

def _load_topics(self):
for entrypoint in entry_points(group="pigeon.msgs"):
self.register_topics(*entrypoint.load())
self.register_topics(entrypoint.load())

def register_topic(self, topic: str, msg_class: Callable):
"""Register message definition for a given topic.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pigeon-client"
version = "2.0.0"
version = "2.0.1"
authors = [
{ name="Cameron Devine", email="cameron.devine@alleninstitute.org" },
]
Expand Down

0 comments on commit b74ce82

Please sign in to comment.