Skip to content

Commit 5e56c8c

Browse files
committed
Update version
1 parent 494a70b commit 5e56c8c

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.1"
3+
__version__ = "1.1.2"
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.1](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.1) ({change_date})**""".format(
282+
"""**CHIME [v1.1.2](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.1) ({change_date})**""".format(
283283
change_date=CHANGE_DATE
284284
)
285285
)

0 commit comments

Comments
 (0)