Skip to content

Commit

Permalink
Add version import
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 23, 2024
1 parent 8555819 commit 287d038
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/track_linearization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
plot_graph_as_1D,
plot_track_graph,
)

try:
from ._version import __version__
except ImportError:
pass

0 comments on commit 287d038

Please sign in to comment.