From c036b03a0e1a4182a0d86c2790ec3594345e7be0 Mon Sep 17 00:00:00 2001 From: karrie Date: Wed, 11 Nov 2020 14:49:30 -0500 Subject: [PATCH] Up version to 0.71.0 --- docs/troubleshooting/sanity-checks.md | 2 +- frontend/package.json | 2 +- lib/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/troubleshooting/sanity-checks.md b/docs/troubleshooting/sanity-checks.md index b792a04db719..c267e5297771 100644 --- a/docs/troubleshooting/sanity-checks.md +++ b/docs/troubleshooting/sanity-checks.md @@ -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. diff --git a/frontend/package.json b/frontend/package.json index 97f82ac1a202..e307135b80dc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "streamlit-browser", - "version": "0.70.0", + "version": "0.71.0", "private": true, "homepage": "./", "scripts": { diff --git a/lib/setup.py b/lib/setup.py index 80fa2d6526ed..68e4668511d3 100644 --- a/lib/setup.py +++ b/lib/setup.py @@ -15,7 +15,7 @@ ) sys.exit(exit_msg) -VERSION = "0.70.0" # PEP-440 +VERSION = "0.71.0" # PEP-440 NAME = "streamlit"