We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730dc87 commit 57a86a5Copy full SHA for 57a86a5
1 file changed
bqplot_gl/_frontend.py
@@ -8,5 +8,9 @@
8
Information about the frontend package of the widgets.
9
"""
10
11
+from ._version import __version__
12
+
13
+major, minor, *_ = __version__.split('.')
14
15
module_name = "bqplot-gl"
-module_version = "^0.1.0-alpha.0"
16
+module_version = f"^{major}.{minor}.0-0"
0 commit comments