Skip to content

Commit 1771028

Browse files
authored
Update v1.1.5
Update v1.1.5
2 parents 03ec6b3 + 130a156 commit 1771028

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.4" # update VERSION in constants.py
3+
__version__ = "1.1.5" # update VERSION in constants.py
44
__author__ = "Predictive Healthcare @ Penn Medicine"
55

66
from setuptools import setup, find_packages

src/penn_chime/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
re-run their reports
99
"""
1010
CHANGE_DATE = date(year=2020, month=4, day=8)
11-
VERSION = 'v1.1.4'
11+
VERSION = 'v1.1.5'
1212

1313
DATE_FORMAT = "%b, %d" # see https://strftime.org
1414
DOCS_URL = "https://code-for-philly.gitbook.io/chime"

0 commit comments

Comments
 (0)