Skip to content

Commit c446684

Browse files
committed
fix(version): add __version__
Signed-off-by: Patrick Avery <[email protected]>
1 parent 3e00210 commit c446684

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

trame_matplotlib/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from trame_client.utils.version import get_version
2+
3+
__version__ = get_version("trame-matplotlib")

0 commit comments

Comments
 (0)