Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 66f6a57

Browse files
committed
swap out version numbers
1 parent 817def8 commit 66f6a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash_core_components/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
_js_dist = [
1616
{
17-
'external_url': 'https://cdn.plot.ly/plotly-1.29.3.min.js',
18-
'relative_package_path': 'plotly-1.29.3.min.js',
17+
'external_url': 'https://cdn.plot.ly/plotly-1.31.0.min.js',
18+
'relative_package_path': 'plotly-1.31.0.min.js',
1919
'namespace': 'dash_core_components'
2020
},
2121
{

0 commit comments

Comments
 (0)