Skip to content

Commit

Permalink
chore: bump version to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 14, 2023
1 parent b16c2fa commit 4fc1950
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.16
pkgver=1.16.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 @@ -33,7 +33,7 @@ class ConfigValueType(TypedDict):
INT: "Final" = "int"
STR: "Final" = "str"
RUNNING_AS_ROOT: "Final" = os.geteuid() == 0 # @TODO: could global var be avoided here?
VERSION: "Final" = "1.16-dev"
VERSION: "Final" = "1.16.1-dev"

_USER_TEMP_ROOT: "Final" = Path(gettempdir())
_USER_CACHE_ROOT: "Final" = Path(os.environ.get(
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.16'
version = '1.16.1'
description = 'AUR helper with minimal dependencies'
authors = [
{name = 'Yauheni Kirylau', email = '[email protected]'},
Expand Down

0 comments on commit 4fc1950

Please sign in to comment.