diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 64f9263..b50e862 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +**1.0.2 - 04/14/2020** + + - Add authors, code of conduct, contributing guide. + **1.0.1 - 04/14/2020** - Deployment updates. diff --git a/src/covid_shared/__about__.py b/src/covid_shared/__about__.py index 771eeac..91fe0c6 100644 --- a/src/covid_shared/__about__.py +++ b/src/covid_shared/__about__.py @@ -6,7 +6,7 @@ __summary__ = "Shared utilities for the covid model pipeline." __uri__ = "https://stash.ihme.washington.edu/projects/CVD19/repos/covid-shared/browse" -__version__ = '1.0.1' +__version__ = '1.0.2' __author__ = "James Collins" __email__ = "collijk@uw.edu"