From 91c80babca120ecd8815cec711a099a7b1924b00 Mon Sep 17 00:00:00 2001 From: Antoine Guillaume Date: Tue, 19 Jul 2022 10:38:21 +0200 Subject: [PATCH] updating base_version --- convst/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convst/__init__.py b/convst/__init__.py index 2660665..f254386 100644 --- a/convst/__init__.py +++ b/convst/__init__.py @@ -1,5 +1,5 @@ __author__ = 'Antoine Guillaume antoine.guillaume45@gmail.com' -__version__ = "0.1.5.1" +__version__ = "0.1.5.2" __all__ = ['transformers', 'classifiers', 'utils'] \ No newline at end of file