Skip to content

Commit

Permalink
release: v1.4.7a4
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Aug 2, 2023
1 parent e446269 commit 74b8f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appimage_after_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ python3.8 -m pip install poetry==1.5.1 &&
python3.8 -m pip install --upgrade --isolated --no-input --ignore-installed --prefix="$APPDIR/usr" certifi setuptools wheel &&
python3.8 -m poetry build &&
python3.8 -m pip install --index-url https://download.pytorch.org/whl/cpu --upgrade --isolated --no-input --ignore-installed --prefix="$APPDIR/usr" torch==2.0.1+cpu torchvision==0.15.2+cpu &&
python3.8 -m pip install --upgrade --isolated --no-input --prefix="$APPDIR/usr" dist/*.whl
python3.8 -m pip install --isolated --no-input --prefix="$APPDIR/usr" dist/*.whl
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rclip"
version = "1.4.7a3"
version = "1.4.7a4"
description = "AI-Powered Command-Line Photo Search Tool"
authors = ["Yurij Mikhalevich <yurij@mikhalevi.ch>"]
license = "MIT"
Expand Down

0 comments on commit 74b8f77

Please sign in to comment.