Skip to content

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbegley authored and github-actions[bot] committed Jan 22, 2025
1 parent 55e0b02 commit 402ee40
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dash_bootstrap_components/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.1-a1"
__version__ = "1.7.1-dev"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-bootstrap-components",
"version": "1.7.1-a1",
"version": "1.7.1-dev",
"description": "Bootstrap components for Plotly Dash",
"repository": "github:facultyai/dash-bootstrap-components",
"main": "lib/dash-bootstrap-components.min.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.7.1-a1"
assert __version__ == "1.7.1-dev"
1 change: 0 additions & 1 deletion uv.lock

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

0 comments on commit 402ee40

Please sign in to comment.