We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b860400 commit ffc6f97Copy full SHA for ffc6f97
packages/javascript/plotlywidget/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "plotlywidget",
3
- "version": "1.5.0",
+ "version": "1.5.0-rc.1",
4
"description": "The plotly JupyterLab extension",
5
"author": "The plotly.py team",
6
"license": "MIT",
packages/python/plotly/plotly/_widget_version.py
@@ -2,4 +2,4 @@
# for automated dev builds
#
# It is edited by hand prior to official releases
-__frontend_version__ = "1.5.0"
+__frontend_version__ = "1.5.0-rc.1"
0 commit comments