Skip to content

Commit

Permalink
version 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvst committed Feb 16, 2019
1 parent f36ccfd commit 980cf09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ and make sure that none of the lines say `proxy`.

#### Bump the Version Number

**Note:** The current version is `0.26.0`.
**Note:** The current version is `0.26.1`.

Update the version in the following locations:
- `CONTRIBUTING.md` (Like, 3 lines above :) )
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.26.0",
"version": "0.26.1",
"private": true,
"dependencies": {
"aws-sdk": "^2.374.0",
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.26.0', # PEP-440
version='0.26.1', # PEP-440
description='Streaming Data Science',
long_description=readme(),
url='https://github.com/treuille/streamlet-cloud',
Expand Down

0 comments on commit 980cf09

Please sign in to comment.