Skip to content

Commit

Permalink
add version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Jan 4, 2025
1 parent fc763f7 commit ae39300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/autoplex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
DFT-labelled data.
"""

from autoplex._version import __version__
3 changes: 3 additions & 0 deletions src/autoplex/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from importlib.metadata import version

__version__ = version("autoplex")

0 comments on commit ae39300

Please sign in to comment.