diff --git a/PKGBUILD b/PKGBUILD index 686ad4495..c09503815 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') diff --git a/pikaur/config.py b/pikaur/config.py index fb8425e89..2a4390fd8 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -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", diff --git a/setup.py b/setup.py index c7515b00b..7d1937800 100644 --- a/setup.py +++ b/setup.py @@ -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