Skip to content

Commit

Permalink
release: v1.4.4a1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Aug 1, 2023
1 parent 89756fb commit 10b2962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ release:
@test $(VERSION) || (echo "VERSION arg is required" && exit 1)
poetry version $(VERSION)
git commit -am "release: v$$(poetry version -s)"
git push
git push origin $$(git branch --show-current)
git tag v$$(poetry version -s)
git push origin v$$(poetry version -s)
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.4a0"
version = "1.4.4a1"
description = "AI-Powered Command-Line Photo Search Tool"
authors = ["Yurij Mikhalevich <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 10b2962

Please sign in to comment.