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 Feb 27, 2023
1 parent dac037f commit 42e4deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dash_bootstrap_components/_version.py
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1-dev"
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dash-bootstrap-components",
"version": "1.4.0",
"version": "1.4.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
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.4.0"
assert __version__ == "1.4.1-dev"

0 comments on commit 42e4deb

Please sign in to comment.