diff --git a/dash_bootstrap_components/_version.py b/dash_bootstrap_components/_version.py index bc32bd03..af204ceb 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "2.0.5-a1" +__version__ = "2.0.5-a2" diff --git a/package.json b/package.json index 8fe17660..7354480c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "2.0.5-a1", + "version": "2.0.5-a2", "description": "Bootstrap components for Plotly Dash", "repository": "github:dbc-team/dash-bootstrap-components", "main": "lib/dash-bootstrap-components.min.js", diff --git a/tests/test_version.py b/tests/test_version.py index 77fccc55..295d5e31 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "2.0.5-a1" + assert __version__ == "2.0.5-a2"