Skip to content

Commit 0b50c90

Browse files
committed
Changes for v1.1.1, no model changes
1 parent 2315561 commit 0b50c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Setup file for chime
22
"""
3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"
44
__author__ = "Predictive Healthcare @ Penn Medicine"
55

66
from os import path

src/penn_chime/presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
279279

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

285285
st.sidebar.markdown(

0 commit comments

Comments
 (0)