Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Jun 20, 2024
1 parent 0d5f61d commit dbaabc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actinia_satellite_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

try:
# Change here if project is renamed and does not equal the package name
dist_name = 'actinia_satellite_plugin.wsgi'
dist_name = __name__
__version__ = importlib.metadata.version(dist_name)
except Exception:
__version__ = 'unknown'
__version__ = "unknown"

0 comments on commit dbaabc4

Please sign in to comment.