From 4589b136c5a0880da4564fc98051922eb03a24d2 Mon Sep 17 00:00:00 2001 From: Ken McGrady Date: Thu, 30 Nov 2023 11:28:13 -0800 Subject: [PATCH] Up version to 1.29.0 --- frontend/app/package.json | 4 ++-- frontend/lib/package.json | 2 +- frontend/package.json | 2 +- lib/setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/app/package.json b/frontend/app/package.json index 98117a1a0a0f..ae6a5c51f063 100644 --- a/frontend/app/package.json +++ b/frontend/app/package.json @@ -1,6 +1,6 @@ { "name": "@streamlit/app", - "version": "1.28.2", + "version": "1.29.0", "license": "Apache-2.0", "private": true, "homepage": "./", @@ -33,7 +33,7 @@ "@emotion/react": "^11.10.5", "@emotion/serialize": "^1.1.1", "@emotion/styled": "^11.10.5", - "@streamlit/lib": "1.28.2", + "@streamlit/lib": "1.29.0", "axios": "^1.6.0", "baseui": "12.2.0", "classnames": "^2.3.2", diff --git a/frontend/lib/package.json b/frontend/lib/package.json index daba114478a9..9270d823d9c7 100644 --- a/frontend/lib/package.json +++ b/frontend/lib/package.json @@ -1,6 +1,6 @@ { "name": "@streamlit/lib", - "version": "1.28.2", + "version": "1.29.0", "private": true, "license": "Apache-2.0", "main": "dist/index.js", diff --git a/frontend/package.json b/frontend/package.json index cde0f2f0a229..451ea8d50d5f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "streamlit", - "version": "1.28.2", + "version": "1.29.0", "private": true, "workspaces": [ "app", diff --git a/lib/setup.py b/lib/setup.py index 65fa8b5a8ed5..d9ed94528fcf 100644 --- a/lib/setup.py +++ b/lib/setup.py @@ -21,7 +21,7 @@ THIS_DIRECTORY = Path(__file__).parent -VERSION = "1.28.2" # PEP-440 +VERSION = "1.29.0" # PEP-440 # IMPORTANT: We should try very hard *not* to add dependencies to Streamlit. # And if you do add one, make the required version as general as possible: