Skip to content

Commit 4f5bdc1

Browse files
tcbegleygithub-actions[bot]
authored andcommitted
Back to dev
1 parent d94e09f commit 4f5bdc1

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-rc4",
3+
"version": "2.0.5-dev",
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.5rc4"
3+
version = "2.0.5.dev0"
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.5rc4"
5+
assert __version__ == "2.0.5.dev0"

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)