Skip to content

Commit

Permalink
Release 1.9.0 (#4673)
Browse files Browse the repository at this point in the history
Co-authored-by: Streamlit Bot <core+streamlitbot-github@streamlit.io>
  • Loading branch information
AnOctopus and streamlitbot committed May 4, 2022
1 parent 27ff5c2 commit c4bea5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "streamlit-browser",
"version": "1.8.1",
"version": "1.9.0",
"private": true,
"homepage": "./",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Expand Up @@ -34,7 +34,7 @@
)
sys.exit(exit_msg)

VERSION = "1.8.1" # PEP-440
VERSION = "1.9.0" # PEP-440

NAME = "streamlit"

Expand Down

0 comments on commit c4bea5d

Please sign in to comment.