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 8e9f140 commit a5c641dCopy full SHA for a5c641d
ipydatagrid/_frontend.py
@@ -5,7 +5,7 @@
5
Information about the frontend package of the widgets.
6
"""
7
8
-from ._version import __frontend_version__
+from ._version import __version__
9
10
module_name = "ipydatagrid"
11
-module_version = __frontend_version__
+module_version = f"^{__version__}"
ipydatagrid/_version.py
@@ -2,4 +2,3 @@
2
# Distributed under the terms of the Modified BSD License.
3
4
__version__ = "1.1.17"
-__frontend_version__ = f"^{__version__}"
0 commit comments