-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
featureA feature requestA feature request
Description
Discussed in #5613
Originally posted by d33bs December 2, 2025
Issue Description
Thanks for the awesome work on this project! Python packages frequently provide an attribute __version__ for easy in-process references to the version of a package. I noticed that the Python package vortex-data is missing this reference.
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 Behavior
See description.
Actual Behavior
See description.
Reproduction Steps
See description.
OS Version Information
Any
I acknowledge that:
- I have searched the Vortex repository (both open and closed Discussions and Issues) and confirm this is not a duplicate of an existing issue or discussion.
- I have checked the "Preview" tab on all text fields to ensure that everything looks right, and have wrapped all configuration and code in code blocks with a group of three backticks (
```) on separate lines.
Metadata
Metadata
Assignees
Labels
featureA feature requestA feature request