Skip to content

Commit 8547ce9

Browse files
committed
Bump version to 0.10.5
1 parent 4513cc2 commit 8547ce9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dash_bootstrap_components/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.5-dev"
1+
__version__ = "0.10.5"

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dash==1.14.0
2-
dash_bootstrap_components==0.10.4
2+
dash_bootstrap_components==0.10.5
33
gunicorn
44
markdown
55
pandas

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-bootstrap-components",
3-
"version": "0.10.5-dev",
3+
"version": "0.10.5",
44
"description": "Bootstrap components for Plotly Dash",
55
"repository": "github:facultyai/dash-bootstrap-components",
66
"main": "lib/dash-bootstrap-components.min.js",

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.10.5-dev"
5+
assert __version__ == "0.10.5"

0 commit comments

Comments
 (0)