Skip to content

Commit

Permalink
Getting ready for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhe committed Oct 7, 2023
1 parent 01406d3 commit 76efb4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Go through component doc strings
* Go through component doc strings
* Add docs for dynamic components
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dash-extensions"
version = "1.0.4rc6"
version = "1.0.4"
description = "Extensions for Plotly Dash."
authors = ["emher <emil.h.eriksen@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 76efb4a

Please sign in to comment.