Skip to content

Commit

Permalink
chore: bump version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 3, 2019
1 parent 583fa62 commit 31f2d7c
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.3.6
pkgver=1.4
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 @@ -10,7 +10,7 @@
from .core import running_as_root, open_file


VERSION = '1.3.6-dev'
VERSION = '1.4-dev'

_USER_CACHE_HOME = os.environ.get(
"XDG_CACHE_HOME",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pikaur', # Required
version='1.3.6', # Required
version='1.4', # Required
description='AUR helper with minimal dependencies', # Required
long_description=long_description, # Optional
url='https://github.com/actionless/pikaur', # Optional
Expand Down

0 comments on commit 31f2d7c

Please sign in to comment.