From 4fd3f0c5edbc7e95cd6918c8ef78ce6bc32c6875 Mon Sep 17 00:00:00 2001 From: Folorunsho Samuel <77319818+sof-danny@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:09:00 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92267d4..adb3a17 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='spannotation', - version='0.1.13', + version='0.1.14', author='Samuel O. Folorunsho', author_email='folorunshosamuel001@gmail.com', description="This Python package offers a simple yet powerful tool for image segmentation, particularly useful for navigation and path detection tasks in various environments. Utilizing minimal user input, it allows for the efficient segmentation of images into 'drivable' and 'non-drivable' regions, making it an ideal solution for a range of applications from agriculture to autonomous navigation.",