Skip to content

Commit

Permalink
chore: bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 23, 2018
1 parent 2ae572e commit fb82970
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.2.0
pkgver=1.2.1
pkgrel=1
pkgdesc="AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction."
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 @@ -8,7 +8,7 @@
from .core import running_as_root, open_file


VERSION = '1.2.0-dev'
VERSION = '1.2.1-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.2.0', # Required
version='1.2.1', # 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 fb82970

Please sign in to comment.