From b16e821c56cea9b8fe163cd2cd88d280bac94dcd Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Fri, 19 Mar 2021 14:09:06 -0300 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3bcd6ae..f732612 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("requirements.txt") as f: setup( name="rembg", - version="1.0.23", + version="1.0.24", description="Remove image background", long_description=long_description, long_description_content_type="text/markdown",