Skip to content

Commit

Permalink
importlib.metadata.version needs the pypi package name, not the pytho…
Browse files Browse the repository at this point in the history
…n module name.
  • Loading branch information
CameronDevine committed May 30, 2024
1 parent c343a37 commit ba9af39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TEM_comms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import importlib.metadata


__version__ = importlib.metadata.version("TEM_comms")
__version__ = importlib.metadata.version("pigeon-tem-comms")

topics = {
"buffer.status": buffer.Status,
Expand Down

0 comments on commit ba9af39

Please sign in to comment.