Skip to content

Commit

Permalink
Changes for v1.1.1, no model changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Apr 1, 2020
1 parent 2315561 commit 0b50c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Setup file for chime
"""
__version__ = "1.1.0"
__version__ = "1.1.1"
__author__ = "Predictive Healthcare @ Penn Medicine"

from os import path
Expand Down
2 changes: 1 addition & 1 deletion src/penn_chime/presentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:

# Build in desired order
st.sidebar.markdown(
"""**CHIME [v1.1.0](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.0) (2020/03/30)**"""
"""**CHIME [v1.1.1](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.1) (2020/03/30)**"""
)

st.sidebar.markdown(
Expand Down

0 comments on commit 0b50c90

Please sign in to comment.