diff --git a/dash_bootstrap_components/_version.py b/dash_bootstrap_components/_version.py index bb8bac65..21b292b3 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "0.13.1-dev" +__version__ = "1.0.0-b2" diff --git a/docs/requirements.txt b/docs/requirements.txt index 54a94e68..ef7e96a0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ dash>=2.0.0 -dash_bootstrap_components==0.13.0 +dash_bootstrap_components==1.0.0b2 gunicorn markdown pandas diff --git a/package.json b/package.json index 8c65e158..fdc6427b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "0.13.1-dev", + "version": "1.0.0-b2", "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 81e4ad5b..f8f929ba 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.13.1-dev" + assert __version__ == "1.0.0-b2"