Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bqplot_gl/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
Information about the frontend package of the widgets.
"""

from ._version import __version__

major, minor, *_ = __version__.split('.')

module_name = "bqplot-gl"
module_version = "^0.1.0-alpha.0"
module_version = f"^{major}.{minor}.0-0"
Loading