Skip to content

Commit

Permalink
fix(version): add __version__
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Feb 22, 2023
1 parent 55ea69f commit d7ca147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trame_components/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from trame_client.utils.version import get_version

__version__ = get_version("trame-components")

0 comments on commit d7ca147

Please sign in to comment.