diff --git a/dash_bootstrap_components/__init__.py b/dash_bootstrap_components/__init__.py index 639c97f7..f6d6f3c4 100644 --- a/dash_bootstrap_components/__init__.py +++ b/dash_bootstrap_components/__init__.py @@ -7,7 +7,7 @@ from ._components import * # noqa from ._table import _generate_table_from_df -__version__ = "0.10.8-dev" +__version__ = "0.11.0-rc1" _current_path = os.path.dirname(os.path.abspath(__file__)) METADATA_PATH = os.path.join(_current_path, "_components", "metadata.json") diff --git a/package.json b/package.json index cba12354..a0914ac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "0.10.8-dev", + "version": "0.11.0-rc1", "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 669033a4..10db26bb 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.10.8-dev" + assert __version__ == "0.11.0-rc1"