We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ec6b3 + 130a156 commit 1771028Copy full SHA for 1771028
setup.py
@@ -1,6 +1,6 @@
1
"""Setup file for chime
2
"""
3
-__version__ = "1.1.4" # update VERSION in constants.py
+__version__ = "1.1.5" # update VERSION in constants.py
4
__author__ = "Predictive Healthcare @ Penn Medicine"
5
6
from setuptools import setup, find_packages
src/penn_chime/constants.py
@@ -8,7 +8,7 @@
8
re-run their reports
9
10
CHANGE_DATE = date(year=2020, month=4, day=8)
11
-VERSION = 'v1.1.4'
+VERSION = 'v1.1.5'
12
13
DATE_FORMAT = "%b, %d" # see https://strftime.org
14
DOCS_URL = "https://code-for-philly.gitbook.io/chime"
0 commit comments