浏览代码

bump version

Daniel Gatis 4 年之前
父节点
当前提交
b16e821c56
共有 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.23",
+    version="1.0.24",
     description="Remove image background",
     long_description=long_description,
     long_description_content_type="text/markdown",