From d0aceeac5c4435309779c9e27d471f0426a357d5 Mon Sep 17 00:00:00 2001 From: Tom Begley Date: Thu, 16 Jan 2025 07:10:15 +0000 Subject: [PATCH] Release 1.7.1 (#1068) --- 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 ae50ad2f..3c1e9cbd 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "1.7.1-dev" +__version__ = "1.7.1" diff --git a/package.json b/package.json index adafd421..3365913c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "1.7.1-dev", + "version": "1.7.1", "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 915d7322..bf8a3730 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.7.1-dev" + assert __version__ == "1.7.1"