Skip to content

Commit

Permalink
Version bump to 0.17.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
treuille committed Oct 31, 2018
1 parent 635ec3f commit 511c1f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ and make sure that none of the lines say `proxy`.

#### Bump the Version Number

**Note:** The current version is `0.17.1`.
**Note:** The current version is `0.17.2`.

Update the version in the following locations:
- `CONTRIBUTING.md` (Like, 3 lines above :) )
Expand Down Expand Up @@ -160,7 +160,7 @@ make wheel
Test in in a **fresh 2.7 install**:
```
cd ../streamlit-staging
pip install ../streamlit/lib/dist/streamlit-0.17.1-py3-none-any.whl
pip install ../streamlit/lib/dist/streamlit-0.17.2-py3-none-any.whl
streamlit help
python -m streamlit clear_cache
python -m streamlit clear_cache
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-client",
"version": "0.17.1",
"version": "0.17.2",
"private": true,
"dependencies": {
"bootstrap": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def readme():

setuptools.setup(
name='streamlit',
version='0.17.1', # PEP-440
version='0.17.2', # PEP-440
description='Streaming Data Science',
long_description=readme(),
url='https://github.com/treuille/streamlet-cloud',
Expand Down

0 comments on commit 511c1f6

Please sign in to comment.