Skip to content

Commit 287d038

Browse files
committed
Add version import
1 parent 8555819 commit 287d038

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/track_linearization/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
plot_graph_as_1D,
88
plot_track_graph,
99
)
10+
11+
try:
12+
from ._version import __version__
13+
except ImportError:
14+
pass

0 commit comments

Comments
 (0)