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 6b174a6 commit e9801ffCopy full SHA for e9801ff
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = trame-plotly
3
-version = 2.0.0rc4
+version = 2.0.0rc5
4
description = Plotly figure widget for trame
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
trame/widgets/plotly.py
@@ -4,4 +4,4 @@
def initialize(server):
from trame_plotly import module
7
- server.enable_module(server)
+ server.enable_module(module)
0 commit comments