aboutsummaryrefslogtreecommitdiff
path: root/python/python-joblib/python-joblib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-joblib/python-joblib.SlackBuild')
-rw-r--r--python/python-joblib/python-joblib.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python-joblib/python-joblib.SlackBuild b/python/python-joblib/python-joblib.SlackBuild
index ddea55a7dc..132fec5bee 100644
--- a/python/python-joblib/python-joblib.SlackBuild
+++ b/python/python-joblib/python-joblib.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for python-joblib
# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-joblib
-VERSION=${VERSION:-0.17.0}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}