From 697722a719807252548498bbe3d3180023e4892b Mon Sep 17 00:00:00 2001 From: Ayush Shaurya Jha <164651751+jhaayush2004@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:57:46 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cb7019e..3f8b332f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='SEMALEX', - version='0.1.0', + version='0.1.1', packages=find_packages(), install_requires=[ 'nltk',