Skip to content

Commit e9801ff

Browse files
committed
fix(rc5): trame.widgets initialize
1 parent 6b174a6 commit e9801ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trame-plotly
3-
version = 2.0.0rc4
3+
version = 2.0.0rc5
44
description = Plotly figure widget for trame
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

trame/widgets/plotly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
def initialize(server):
55
from trame_plotly import module
66

7-
server.enable_module(server)
7+
server.enable_module(module)

0 commit comments

Comments
 (0)