Skip to content

Commit

Permalink
release: v1.11.1a50
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Feb 15, 2025
1 parent a48f34a commit 7606162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/test-system-rclip/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
python -m pip install --upgrade pip
pip install --upgrade poetry
poetry install --no-root --only dev
# here and below, passing `-elxo pipefail` to the shell to ensure it reads `.bashrc` and env vars on Windows
shell: bash -elxo pipefail {0}
- name: Print tested rclip version
run: |
Expand Down
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.11.1a49"
version = "1.11.1a50"
description = "AI-Powered Command-Line Photo Search Tool"
authors = ["Yurij Mikhalevich <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
For a detailed demonstration, watch the video: https://www.youtube.com/watch?v=tAJHXOkHidw.
You can use another image as a query by passing a file path or even an URL to the image file to **rclip** and combine multiple queries. Check out the project's README on GitHub for more usage examples: https://github.com/yurijmikhalevich/rclip#readme.
version: 1.11.1a49
version: 1.11.1a50
website: https://github.com/yurijmikhalevich/rclip
contact: [email protected]
passthrough:
Expand All @@ -28,7 +28,7 @@ apps:
parts:
rclip:
plugin: python
source: ./snap/local/rclip-1.11.1a49.tar.gz
source: ./snap/local/rclip-1.11.1a50.tar.gz
build-packages:
- python3-pip
build-environment:
Expand Down

0 comments on commit 7606162

Please sign in to comment.