diff --git a/deidentify/__init__.py b/deidentify/__init__.py index debf909..cd435f6 100644 --- a/deidentify/__init__.py +++ b/deidentify/__init__.py @@ -1,5 +1,5 @@ from pathlib import Path -__version__ = "0.6.1" +__version__ = "0.7.0" cache_root = Path(Path.home(), ".deidentify")