Skip to content

Commit

Permalink
Merge pull request #4969 from plotly/marthacryan-patch-1
Browse files Browse the repository at this point in the history
Remove specific version from README
  • Loading branch information
marthacryan authored Jan 14, 2025
2 parents 666c025 + 3410e9d commit d831305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

## Quickstart

`pip install plotly==6.0.0rc0`
`pip install plotly`

```python
import plotly.express as px
Expand Down Expand Up @@ -79,13 +79,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
plotly.py may be installed using pip

```
pip install plotly==6.0.0rc0
pip install plotly
```

or conda.

```
conda install -c plotly plotly=6.0.0rc0
conda install -c plotly plotly
```

### Jupyter Widget Support
Expand Down
2 changes: 0 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Manually update the versions to `X.Y.Z` in the files specified below.

- `CHANGELOG.md`
+ update the release date
- `README.md`
+ this must be done at this point because the README gets baked into PyPI
- `packages/python/plotly/plotly/_widget_version.py`:
+ Update `__frontend_version__` to `^X.Y.Z` (Note the `^` prefix)
- Commit your changes on the branch:
Expand Down

0 comments on commit d831305

Please sign in to comment.