Skip to content

Commit 6e74101

Browse files
committed
Fixup
1 parent 273c389 commit 6e74101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bqplot_gl/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from ._version import __version__
1212

13-
major, minor, patch = __version__.split('.')
13+
major, minor, *_ = __version__.split('.')
1414

1515
module_name = "bqplot-gl"
1616
module_version = f"^{major}.{minor}"

0 commit comments

Comments
 (0)