Skip to content

Commit

Permalink
Have version being inferred from pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Oct 31, 2024
1 parent 1c1818f commit 27fb2d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apebench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import importlib.metadata

import exponax
import pdequinox
import trainax
Expand Down Expand Up @@ -27,6 +29,8 @@
split_train,
)

__version__ = importlib.metadata.version("apebench")

__all__ = [
"exponax",
"pdequinox",
Expand Down

0 comments on commit 27fb2d0

Please sign in to comment.