소스 검색

Update setup.py

Daniel Gatis 5 년 전
부모
커밋
26fc23e579
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -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",