Skip to content

Commit

Permalink
fea: add __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
CompRhys committed Jul 12, 2024
1 parent 9255c56 commit f54274f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aviary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import importlib.metadata
from os.path import abspath, dirname

__version__ = importlib.metadata.version("aviary")
PKG_DIR = dirname(abspath(__file__))
ROOT = dirname(PKG_DIR)

0 comments on commit f54274f

Please sign in to comment.