Skip to content

Commit d94e09f

Browse files
authored
Prerelease 2.0.5-rc4 (#1160)
1 parent f694374 commit d94e09f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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": "2.0.5-rc3",
3+
"version": "2.0.5-rc4",
44
"description": "Bootstrap components for Plotly Dash",
55
"repository": {
66
"type": "git",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dash-bootstrap-components"
3-
version = "2.0.5rc3"
3+
version = "2.0.5rc4"
44
description = "Bootstrap themed components for use in Plotly Dash"
55
readme = "README.md"
66
license = { file = "LICENSE" }

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__ == "2.0.5rc3"
5+
assert __version__ == "2.0.5rc4"

uv.lock

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

0 commit comments

Comments
 (0)