Skip to content

Commit 30f7c89

Browse files
author
Waidhoferj
committed
added tracing as a dep
1 parent 251aced commit 30f7c89

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

jupyter_bifrost/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010

1111
module_name = "jupyter_bifrost"
12-
module_version = "^0.2.1"
12+
module_version = "^0.2.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter_bifrost",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Jupyter Widget for Interactive Data Visualization",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
python_requires=">=3.6",
9595
install_requires=[
9696
"ipywidgets>=7.0.0",
97+
"bifrost-tracing>=0.1.0"
9798
],
9899
extras_require={
99100
"test": [

0 commit comments

Comments
 (0)