Skip to content

Commit

Permalink
Up version to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcgrady committed May 2, 2024
1 parent be16876 commit bddd5e8
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamlit/app",
"version": "1.33.0",
"version": "1.34.0",
"license": "Apache-2.0",
"private": true,
"homepage": "./",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@emotion/react": "^11.10.5",
"@emotion/serialize": "^1.1.1",
"@emotion/styled": "^11.10.5",
"@streamlit/lib": "1.33.0",
"@streamlit/lib": "1.34.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamlit/lib",
"version": "1.33.0",
"version": "1.34.0",
"private": true,
"license": "Apache-2.0",
"main": "dist/index.js",
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",
"version": "1.33.0",
"version": "1.34.0",
"private": true,
"workspaces": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

THIS_DIRECTORY = Path(__file__).parent

VERSION = "1.33.0" # PEP-440
VERSION = "1.34.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 bddd5e8

Please sign in to comment.