From 8d47c9a4797ebd826a9f08c9a1292d9ff4c3b1d6 Mon Sep 17 00:00:00 2001 From: Bryan Larson Date: Wed, 9 Sep 2020 15:06:59 +0000 Subject: [PATCH] chore(release): 0.8.1-rc.1 [skip ci] ## [0.8.1-rc.1](https://github.com/hms-dbmi/ppm-utils/compare/v0.8.0...v0.8.1-rc.1) (2020-09-09) ### Bug Fixes * **P2MD:** PPM-656 - Added method to return P2MD Procure URL ([70c04f7](https://github.com/hms-dbmi/ppm-utils/commit/70c04f75f7dae3846f1b0c9f9d59002cae0a8377)) --- ppmutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppmutils/__init__.py b/ppmutils/__init__.py index fe923d0..e67f195 100644 --- a/ppmutils/__init__.py +++ b/ppmutils/__init__.py @@ -3,7 +3,7 @@ """ __title__ = "PPM Utils" -__version__ = '0.8.0' +__version__ = '0.8.1-rc.1' __author__ = "Bryan Larson" __license__ = "BSD 2-Clause" __copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"