From 8189ac78530d19b3e4b19f59a736a1ca71198910 Mon Sep 17 00:00:00 2001 From: Jan Trienes Date: Thu, 10 Sep 2020 08:05:03 +0200 Subject: [PATCH] Bump version to 0.6.0 --- deidentify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deidentify/__init__.py b/deidentify/__init__.py index e8492e5..3d97882 100644 --- a/deidentify/__init__.py +++ b/deidentify/__init__.py @@ -1,5 +1,5 @@ from pathlib import Path -__version__ = "0.5.2" +__version__ = "0.6.0" cache_root = Path(Path.home(), ".deidentify")