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 251aced commit 30f7c89Copy full SHA for 30f7c89
jupyter_bifrost/_frontend.py
@@ -9,4 +9,4 @@
9
"""
10
11
module_name = "jupyter_bifrost"
12
-module_version = "^0.2.1"
+module_version = "^0.2.2"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyter_bifrost",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "A Jupyter Widget for Interactive Data Visualization",
5
"keywords": [
6
"jupyter",
setup.py
@@ -94,6 +94,7 @@
94
python_requires=">=3.6",
95
install_requires=[
96
"ipywidgets>=7.0.0",
97
+ "bifrost-tracing>=0.1.0"
98
],
99
extras_require={
100
"test": [
0 commit comments