Skip to content

Commit 1e48ab3

Browse files
committed
Bump plotlywidget version
1 parent 1a3ce51 commit 1e48ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotlywidget",
3-
"version": "0.8.0",
3+
"version": "0.9.0-rc.1",
44
"description": "The plotly.py ipywidgets library",
55
"author": "The plotly.py team",
66
"license": "MIT",

plotly/_widget_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__ = '0.8.0'
5+
__frontend_version__ = '0.9.0-rc.1'

0 commit comments

Comments
 (0)