Skip to content

Commit c91821d

Browse files
committed
renderer built version bump
1 parent 1a40162 commit c91821d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/_dash_renderer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.9.1"
1+
__version__ = "1.10.0"
22

33
_js_dist_dependencies = [
44
{
@@ -39,7 +39,7 @@
3939
{
4040
"relative_package_path": "dash-renderer/build/dash_renderer.min.js",
4141
"dev_package_path": "dash-renderer/build/dash_renderer.dev.js",
42-
"external_url": "https://unpkg.com/dash-renderer@1.9.1"
42+
"external_url": "https://unpkg.com/dash-renderer@1.10.0"
4343
"/build/dash_renderer.min.js",
4444
"namespace": "dash",
4545
},

0 commit comments

Comments
 (0)