Skip to content

Commit

Permalink
Up version to 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvst committed Aug 28, 2019
1 parent 3c8f0c5 commit 1269f60
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlit-browser",
"version": "0.44.0",
"version": "0.45.0",
"private": true,
"homepage": ".",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():

setuptools.setup(
name='streamlit',
version='0.44.0', # PEP-440
version='0.45.0', # PEP-440
description='Magical developer tool for machine learning engineers',
long_description=readme(),
url='https://streamlit.io',
Expand Down

0 comments on commit 1269f60

Please sign in to comment.