Skip to content

Commit

Permalink
Up version to 0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karriebear committed Nov 11, 2020
1 parent a8b14f2 commit c036b03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/troubleshooting/sanity-checks.md
Expand Up @@ -35,7 +35,7 @@ pip install --upgrade streamlit
streamlit version
```

...and then verify that the version number printed is `0.70.0`.
...and then verify that the version number printed is `0.71.0`.

**Try reproducing the issue now.** If not fixed, keep reading on.

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "streamlit-browser",
"version": "0.70.0",
"version": "0.71.0",
"private": true,
"homepage": "./",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Expand Up @@ -15,7 +15,7 @@
)
sys.exit(exit_msg)

VERSION = "0.70.0" # PEP-440
VERSION = "0.71.0" # PEP-440

NAME = "streamlit"

Expand Down

0 comments on commit c036b03

Please sign in to comment.