Skip to content

Commit

Permalink
Merge pull request #68 from plotly/export_dash_base
Browse files Browse the repository at this point in the history
Export DashBase
  • Loading branch information
waralex authored Oct 12, 2020
2 parents 731746d + 88e64f7 commit 49dd231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Dash"
uuid = "1b08a953-4be3-4667-9a23-3db579824955"
authors = ["Chris Parmer <chris@plotly.com>", "Alexandr Romanenko <waralex@gmail.com>"]
version = "0.1.2"
version = "0.1.3"

[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Expand Down
2 changes: 1 addition & 1 deletion src/Dash.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export dash, Component, Front, callback!,
enable_dev_tools!, ClientsideFunction,
run_server, PreventUpdate, no_update, @var_str,
Input, Output, State, make_handler, callback_context,
ALL, MATCH, ALLSMALLER
ALL, MATCH, ALLSMALLER, DashBase

include("Contexts/Contexts.jl")
include("env.jl")
Expand Down

0 comments on commit 49dd231

Please sign in to comment.