diff --git a/setup.py b/setup.py index 6c03e7d4..daee4393 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ """Setup file for chime """ -__version__ = "1.1.4" # update VERSION in constants.py +__version__ = "1.1.5" # update VERSION in constants.py __author__ = "Predictive Healthcare @ Penn Medicine" from setuptools import setup, find_packages diff --git a/src/penn_chime/constants.py b/src/penn_chime/constants.py index 01d939cb..49ea727c 100644 --- a/src/penn_chime/constants.py +++ b/src/penn_chime/constants.py @@ -8,7 +8,7 @@ re-run their reports """ CHANGE_DATE = date(year=2020, month=4, day=8) -VERSION = 'v1.1.4' +VERSION = 'v1.1.5' DATE_FORMAT = "%b, %d" # see https://strftime.org DOCS_URL = "https://code-for-philly.gitbook.io/chime"