Skip to content

Commit

Permalink
chore: bump version to 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Aug 25, 2024
1 parent 3b2a7ce commit 4545e68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154

pkgname=pikaur-git
pkgver=1.25
pkgver=1.25.1
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion pikaur/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ConfigValueType(TypedDict):
migrated: NotRequired[bool]


VERSION: "Final" = "1.25-dev"
VERSION: "Final" = "1.25.1-dev"

DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
DEFAULT_INPUT_ENCODING: "Final" = "utf-8"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pikaur"
version = '1.25'
version = '1.25.1'
description = 'AUR helper with minimal dependencies'
authors = [
{name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},
Expand Down

0 comments on commit 4545e68

Please sign in to comment.