Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
fix: add __version__ to nibiru_proto (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmatt authored Sep 5, 2022
1 parent 27b641f commit f594db1
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 101 deletions.
5 changes: 5 additions & 0 deletions nibiru_proto/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
import importlib.metadata as importlib_metadata

try:
__version__ = importlib_metadata.version(__package__ or __name__)
except importlib_metadata.PackageNotFoundError:
pass
Loading

0 comments on commit f594db1

Please sign in to comment.