From 60b217419e327b82b97215bc5b761b4669e0ea79 Mon Sep 17 00:00:00 2001 From: theblackcat102 Date: Thu, 3 Nov 2022 20:50:29 +0800 Subject: [PATCH] bump sub version --- extractnet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractnet/__init__.py b/extractnet/__init__.py index abc7aa3..6fbee2c 100644 --- a/extractnet/__init__.py +++ b/extractnet/__init__.py @@ -1,6 +1,6 @@ from extractnet.pipeline import Extractor -__version__ = '2.0.6' +__version__ = '2.0.7' _LOADED_MODELS = {}