diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-09-05 17:25:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-06 09:41:25 +0700 |
commit | 89e704a71bd400d86b4ec95b20d20046fd4fad8b (patch) | |
tree | 7df90d3c850bfdfa076f79121fe55861a734e22a /python/python3-executing/python3-executing.SlackBuild | |
parent | f6020d12e84866f290f2a673ead3245299345322 (diff) |
python/python3-executing: Version bump to 2.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-executing/python3-executing.SlackBuild')
-rw-r--r-- | python/python3-executing/python3-executing.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-executing/python3-executing.SlackBuild b/python/python3-executing/python3-executing.SlackBuild index a420b9b44a..9d085f2a94 100644 --- a/python/python3-executing/python3-executing.SlackBuild +++ b/python/python3-executing/python3-executing.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-executing # Copyright 2022 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-executing SRCNAM=executing -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |