bump
This commit is contained in:
parent
a544572e8a
commit
8802704dfc
@ -22,7 +22,7 @@ RUN apt-get update \
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip download --no-deps --dest /tmp/pkg \
|
||||
--index-url https://test.pypi.org/simple/ \
|
||||
"rmbg-as-a-service==0.0.2" \
|
||||
"rmbg-as-a-service==0.0.3" \
|
||||
&& pip install \
|
||||
--extra-index-url https://download.pytorch.org/whl/cu126 \
|
||||
/tmp/pkg/*.whl hf-transfer \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "rmbg-as-a-service"
|
||||
version = "0.0.3dev1"
|
||||
version = "0.0.3"
|
||||
description = "Background removal as a GPU-accelerated API"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user