From 131d12c83d4b18f79f03b0585b5568e81db84c60 Mon Sep 17 00:00:00 2001 From: Tom Begley Date: Wed, 7 Feb 2024 23:00:40 +0000 Subject: [PATCH] Prerelease 1.6.0-b1 (#1002) --- dash_bootstrap_components/_version.py | 2 +- package.json | 2 +- tests/test_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dash_bootstrap_components/_version.py b/dash_bootstrap_components/_version.py index 8550c79b..8cad9c0a 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "1.5.1-dev" +__version__ = "1.6.0-b1" diff --git a/package.json b/package.json index fb196b52..89737f23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "1.5.1-dev", + "version": "1.6.0-b1", "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 65d8ad63..dc6928ab 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.5.1-dev" + assert __version__ == "1.6.0-b1"