From ed903062ae76d2e0f0997fc1cb973d27ab6efe23 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 8 Feb 2019 18:30:30 +0000 Subject: [PATCH] 0.4.0 Automatically generated by python-semantic-release --- ppmutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppmutils/__init__.py b/ppmutils/__init__.py index b480f74..966fa11 100644 --- a/ppmutils/__init__.py +++ b/ppmutils/__init__.py @@ -3,7 +3,7 @@ """ __title__ = 'PPM Utils' -__version__ = '0.3.6' +__version__ = '0.4.0' __author__ = 'Bryan Larson' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2018 Harvard Medical School Department of Biomedical Informatics'