From 42e4debbee05757ce736f2386ac82659d335f845 Mon Sep 17 00:00:00 2001 From: tcbegley Date: Mon, 27 Feb 2023 22:27:50 +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 3e8d9f94..b561be00 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.4.1-dev" diff --git a/package.json b/package.json index 64f21bdb..4482b789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "1.4.0", + "version": "1.4.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 b76fc7a5..4c0f563d 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.4.0" + assert __version__ == "1.4.1-dev"