From 5541d61af6faf335c672b2766dfe8c8ac223fbb3 Mon Sep 17 00:00:00 2001 From: Subhransu Bhattacharjee Date: Mon, 28 Aug 2023 12:02:08 +1000 Subject: [PATCH] Update setup.py Signed-off-by: Subhransu Bhattacharjee --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a7b66a..63c35c0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='mangroves', - version='1.1', + version='1.0', packages=['mangroves'], install_requires=[ 'torch>=1.8.1',