Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Rivet committed Oct 29, 2019
1 parent 4446ea8 commit 5fd4e71
Show file tree
Hide file tree
Showing 4 changed files with 1,418 additions and 288 deletions.
4 changes: 2 additions & 2 deletions dash-renderer/dash_renderer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

__file__
__version__ = "1.1.2"
__version__ = "1.2.0"

_js_dist_dependencies = [
{
Expand Down Expand Up @@ -38,7 +38,7 @@
{
"relative_package_path": "{}.min.js".format(__name__),
"dev_package_path": "{}.dev.js".format(__name__),
"external_url": "https://unpkg.com/dash-renderer@1.1.2"
"external_url": "https://unpkg.com/dash-renderer@1.2.0"
"/dash_renderer/dash_renderer.min.js",
"namespace": "dash_renderer",
},
Expand Down
Loading

0 comments on commit 5fd4e71

Please sign in to comment.