From 60e48564e9f3da1b3dd1cf2974b6e0c1be07abc6 Mon Sep 17 00:00:00 2001 From: Rajat <22280243+R1j1t@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:33:34 +0530 Subject: [PATCH] release verison 0.4.3 (#81) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a65deb..4ca54dd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="contextualSpellCheck", - version="0.4.2", + version="0.4.3", author="R1j1t", author_email="r1j1t@protonmail.com", description="Contextual spell correction using BERT (bidirectional representations)",