We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273c389 commit 6e74101Copy full SHA for 6e74101
bqplot_gl/_frontend.py
@@ -10,7 +10,7 @@
10
11
from ._version import __version__
12
13
-major, minor, patch = __version__.split('.')
+major, minor, *_ = __version__.split('.')
14
15
module_name = "bqplot-gl"
16
module_version = f"^{major}.{minor}"
0 commit comments