From 7958165d698c3d3c331a7ca14aea73a536ac2b0f Mon Sep 17 00:00:00 2001 From: actionless Date: Tue, 25 Jun 2024 20:34:42 +0200 Subject: [PATCH] chore: bump version to 1.22.3 --- PKGBUILD | 2 +- pikaur/config.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 327ccdd14..d56bba916 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # shellcheck disable=SC2034,SC2154 pkgname=pikaur-git -pkgver=1.22.2 +pkgver=1.22.3 pkgrel=1 pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay." arch=('any') diff --git a/pikaur/config.py b/pikaur/config.py index 5b3f69b1c..c4f104f86 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -101,7 +101,7 @@ def pre_arg_parser(key: str, fallback: str) -> str: return fallback -VERSION: "Final" = "1.22.2-dev" +VERSION: "Final" = "1.22.3-dev" DEFAULT_CONFIG_ENCODING: "Final" = "utf-8" BOOL: "Final" = "bool" diff --git a/pyproject.toml b/pyproject.toml index d05a4daac..cc0a30c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pikaur" -version = '1.22.2' +version = '1.22.3' description = 'AUR helper with minimal dependencies' authors = [ {name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},