There was an error while loading. Please reload this page.
1 parent b20ab39 commit 9f362beCopy full SHA for 9f362be
dash_bootstrap_components/_version.py
@@ -1 +1 @@
1
-__version__ = "2.0.4-dev"
+__version__ = "2.0.4-rc1"
package.json
@@ -1,6 +1,6 @@
{
2
"name": "dash-bootstrap-components",
3
- "version": "2.0.4-dev",
+ "version": "2.0.4-rc1",
4
"description": "Bootstrap components for Plotly Dash",
5
"repository": "github:dbc-team/dash-bootstrap-components",
6
"main": "lib/dash-bootstrap-components.min.js",
tests/test_version.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == "2.0.4-dev"
+ assert __version__ == "2.0.4-rc1"
0 commit comments