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 50f2a03 commit 95ce579Copy full SHA for 95ce579
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = trame-matplotlib
3
-version = 2.0.0rc2
+version = 2.0.0rc4
4
description = Markdown widget for trame
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
trame/widgets/matplotlib.py
@@ -4,4 +4,4 @@
def initialize(server):
from trame_matplotlib import module
7
- server.enable_module(server)
+ server.enable_module(module)
0 commit comments