Skip to content

Commit 007b69b

Browse files
tcbegleygithub-actions[bot]
authored andcommitted
Back to dev
1 parent 26df5dc commit 007b69b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dash_bootstrap_components/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0-rc1"
1+
__version__ = "1.6.0-dev"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-bootstrap-components",
3-
"version": "1.6.0-rc1",
3+
"version": "1.6.0-dev",
44
"description": "Bootstrap components for Plotly Dash",
55
"repository": "github:facultyai/dash-bootstrap-components",
66
"main": "lib/dash-bootstrap-components.min.js",

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "1.6.0-rc1"
5+
assert __version__ == "1.6.0-dev"

0 commit comments

Comments
 (0)