From 32eb93b4d3fb2166fa336d523242c54c05fa5342 Mon Sep 17 00:00:00 2001 From: Antoine Guillaume Date: Wed, 2 Aug 2023 10:37:16 +0200 Subject: [PATCH] bump version in init --- convst/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convst/__init__.py b/convst/__init__.py index 974d655..b8ff0a3 100644 --- a/convst/__init__.py +++ b/convst/__init__.py @@ -1,6 +1,6 @@ __author__ = 'Antoine Guillaume antoine.guillaume45@gmail.com' -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = ['transformers', 'classifiers', 'utils', 'interpreters']