Skip to content

Commit 7ca02ac

Browse files
committed
2 parents e895255 + bc8f9ae commit 7ca02ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
2929
with:
3030
user: __token__
31-
password: ${{ secrets.PYPI_API_TOKEN }}
31+
password: ${{secrets.PYPI_API_TOKEN}}

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setuptools.setup(
1818
name="clipcrop",
19-
version="2.4.7",
19+
version="2.4.8",
2020
author="Vishnu Nandakumar",
2121
author_email="[email protected]",
2222
description="Extract sections from your image by using OpenAI CLIP and Facebooks Detr implemented on HuggingFace Transformers",

0 commit comments

Comments
 (0)