From 4d09a6026144391958091ffad1eccd3784277ffc Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Fri, 28 Aug 2020 21:09:11 -0300 Subject: [PATCH] pump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90fe6ae..c13eda8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("requirements.txt") as f: setup( name="rembg", - version="1.0.7", + version="1.0.8", description="Remove image background", long_description=long_description, long_description_content_type="text/markdown",