From 65881974ab326cc0a2a8125878a562acb72a30cc Mon Sep 17 00:00:00 2001 From: tcbegley Date: Tue, 14 May 2024 20:54:14 +0000 Subject: [PATCH] Back to dev --- 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 2a3a37bc..6744e14e 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "1.6.1-rc2" +__version__ = "1.6.1-dev" diff --git a/package.json b/package.json index 994c672c..7978920c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "1.6.1-rc2", + "version": "1.6.1-dev", "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 a4110a20..1ba3be62 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.6.1-rc2" + assert __version__ == "1.6.1-dev"