From 904ca2f9ec701b76baa249ed398c1c64fb52c899 Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 10 Jun 2020 14:42:26 +0200 Subject: [PATCH] updated version --- textaugment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textaugment/__init__.py b/textaugment/__init__.py index cdca44f..29eb1bc 100644 --- a/textaugment/__init__.py +++ b/textaugment/__init__.py @@ -8,7 +8,7 @@ name = "textaugment" -__version__ = '1.3.1' +__version__ = '1.3.2' __licence__ = 'MIT' __author__ = 'Joseph Sefara' __url__ = 'https://github.com/dsfsi/textaugment/'