diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbc9b3..8d6d435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [1.0.5] - 27-12-23 +## [1.0.6] - 27-12-23 ### Added diff --git a/package-lock.json b/package-lock.json index 82a4338..9ca7ae6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dash-extensions", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 27a8457..d99b2ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-extensions", - "version": "1.0.5", + "version": "1.0.6", "description": "Extensions for Plotly Dash.", "main": "build/index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 4159e54..b7e539d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dash-extensions" -version = "1.0.5" +version = "1.0.6" description = "Extensions for Plotly Dash." authors = ["emher "] license = "MIT"