Skip to content

Commit

Permalink
Correct package version retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Aug 12, 2024
1 parent 86f5906 commit a36f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collector_node/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_version():
"""
__version__ = "1.0.0-dev"
try:
__version__ = version("validator-node-api")
__version__ = version("collector-node")
except PackageNotFoundError:
# package is not installed
pass
Expand Down

0 comments on commit a36f46e

Please sign in to comment.