Vortex-python could benefit from a __version__ attribute for version references
#5613
-
Issue DescriptionThanks for the awesome work on this project! Python packages frequently provide an attribute For example, the following code should ideally render a version related to the package. Instead, it currently shows "unknown". import vortex
getattr(vortex, '__version__', 'unknown')Expected BehaviorSee description. Actual BehaviorSee description. Reproduction StepsSee description. OS Version InformationAny I acknowledge that:
|
Beta Was this translation helpful? Give feedback.
Answered by
gatesn
Dec 3, 2025
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AdamGS
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#5615