Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abb13fc

Browse files
committed
plotly.py 3.2.0 Alpha 1 and plotlywidget 0.3.0-alpha.1
1 parent 072e20e commit abb13fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ And, you'll need the credentials file `~/.pypirc`. Request access from
290290
```bash
291291
(plotly.py) $ git checkout release_X.Y.Z
292292
(plotly.py) $ git stash
293-
(plotly.py) $ python setup.py sdist bdist_wheel
293+
(plotly.py) $ python setup.py sdist
294294
(plotly.py) $ twine upload dist/plotly-X.Y.Zrc1*
295295
```
296296

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotlywidget",
3-
"version": "0.2.2",
3+
"version": "0.3.0-alpha.1",
44
"description": "The plotly.py ipywidgets library",
55
"author": "The plotly.py team",
66
"license": "MIT",

plotly/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = '3.1.1'
2-
__frontend_version__ = '^0.2.1'
1+
__version__ = '3.2.0a1'
2+
__frontend_version__ = '^0.3.0-alpha.1'
33

44

55
def stable_semver():

0 commit comments

Comments
 (0)