Skip to content

Commit

Permalink
Up version to 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcgrady committed Nov 30, 2023
1 parent 5112d58 commit 4589b13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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": "./",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "streamlit",
"version": "1.28.2",
"version": "1.29.0",
"private": true,
"workspaces": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Expand Up @@ -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:
Expand Down

0 comments on commit 4589b13

Please sign in to comment.