From f90762578ddad6a68698006943fe3ca5aabc830e Mon Sep 17 00:00:00 2001 From: Folorunsho Samuel <77319818+sof-danny@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:31:28 -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 adb3a17..128b9b4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='spannotation', - version='0.1.14', + version='0.1.15', 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.",