Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Apr 2, 2020
1 parent 494a70b commit 5e56c8c
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.1"
__version__ = "1.1.2"
__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.1](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.1) ({change_date})**""".format(
"""**CHIME [v1.1.2](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.1) ({change_date})**""".format(
change_date=CHANGE_DATE
)
)
Expand Down

0 comments on commit 5e56c8c

Please sign in to comment.