Skip to content

Commit

Permalink
release: v1.7.4a6
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Oct 15, 2023
1 parent 8181b81 commit 60e325b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- id: parse
run: |
echo "is_stable_version=$([[ $GITHUB_REF =~ ^refs\/tags\/v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo true || echo false)" >> $GITHUB_OUTPUT
echo "version=${GITHUB_REF:1}" >> $GITHUB_OUTPUT
echo "is_stable_version=$([[ $GITHUB_REF_NAME =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo true || echo false)" >> $GITHUB_OUTPUT
echo "version=${GITHUB_REF_NAME:1}" >> $GITHUB_OUTPUT
pypi:
needs: validate
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.7.4a5"
version = "1.7.4a6"
description = "AI-Powered Command-Line Photo Search Tool"
authors = ["Yurij Mikhalevich <yurij@mikhalevi.ch>"]
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.7.4a5
version: 1.7.4a6
website: https://github.com/yurijmikhalevich/rclip
contact: yurij@mikhalevi.ch
passthrough:
Expand All @@ -33,7 +33,7 @@ apps:
parts:
rclip:
plugin: python
source: ./snap/local/rclip-1.7.4a5.tar.gz
source: ./snap/local/rclip-1.7.4a6.tar.gz
build-packages:
- python3-pip
build-environment:
Expand Down

0 comments on commit 60e325b

Please sign in to comment.