Skip to content

Commit

Permalink
Version 0.57.3 (streamlit#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvst authored Apr 5, 2020
1 parent 844691d commit 8db244e
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ pip install --upgrade streamlit
$ streamlit version
```

...and then verify that the version number printed is `0.57.2`.
...and then verify that the version number printed is `0.57.3`.

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

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlit-browser",
"version": "0.57.2",
"version": "0.57.3",
"private": true,
"homepage": ".",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pipenv.utils import convert_deps_to_pip
from setuptools.command.install import install

VERSION = "0.57.2" # PEP-440
VERSION = "0.57.3" # PEP-440

NAME = "streamlit"

Expand Down

0 comments on commit 8db244e

Please sign in to comment.