From 10b2962c47990e2d98b8b459cc6efca6e1e2ade9 Mon Sep 17 00:00:00 2001 From: Yurij Mikhalevich Date: Tue, 1 Aug 2023 09:34:30 +0400 Subject: [PATCH] release: v1.4.4a1 --- Makefile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8cb466e..20b152a8 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 0a5ac79f..66c94168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"