Update setup.py

This commit is contained in:
Daniel Gatis 2020-09-01 12:51:21 -03:00 committed by GitHub
parent 17336f660f
commit 26fc23e579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ with open("requirements.txt") as f:
setup(
name="rembg",
version="1.0.8",
version="1.0.9",
description="Remove image background",
long_description=long_description,
long_description_content_type="text/markdown",