diff --git a/TODO.md b/TODO.md index b11992c..667a039 100644 --- a/TODO.md +++ b/TODO.md @@ -1 +1,2 @@ -* Go through component doc strings \ No newline at end of file +* Go through component doc strings +* Add docs for dynamic components \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index dd8d180..3f3ff9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dash-extensions", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 06eae39..68dd501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-extensions", - "version": "1.0.4rc6", + "version": "1.0.4", "description": "Extensions for Plotly Dash.", "main": "build/index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 6f710b2..282f5d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dash-extensions" -version = "1.0.4rc6" +version = "1.0.4" description = "Extensions for Plotly Dash." authors = ["emher "] license = "MIT"