diff --git a/dash_bootstrap_components/_version.py b/dash_bootstrap_components/_version.py index 9ef12a9d..773f565f 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "1.7.0-rc2" +__version__ = "1.7.0-rc3" diff --git a/package.json b/package.json index 7f9594ef..4033a1d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "1.7.0-rc2", + "version": "1.7.0-rc3", "description": "Bootstrap components for Plotly Dash", "repository": "github:facultyai/dash-bootstrap-components", "main": "lib/dash-bootstrap-components.min.js", diff --git a/tests/test_version.py b/tests/test_version.py index d27eb6d3..59642b29 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.7.0-rc2" + assert __version__ == "1.7.0-rc3"