Skip to content

Commit 9905306

Browse files
tcbegleygithub-actions[bot]
authored andcommitted
Back to dev
1 parent 63c9d90 commit 9905306

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__ = "2.0.3-rc1"
1+
__version__ = "2.0.3-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": "2.0.3-rc1",
3+
"version": "2.0.3-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__ == "2.0.3-rc1"
5+
assert __version__ == "2.0.3-dev"

0 commit comments

Comments
 (0)