aboutsummaryrefslogtreecommitdiff
path: root/python/python3-presets/python3-presets.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2025-02-14 12:51:09 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-15 16:48:53 +0700
commit2132b17d5878c28ee8484647be72c56ddd200bb6 (patch)
treedb347449f52d8147b060560a1fbed62f6d0b052a /python/python3-presets/python3-presets.SlackBuild
parent9068007bab4c928c5a3aecb7c47a0c817959ac49 (diff)
python/python3-presets: Version bump to 1.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-presets/python3-presets.SlackBuild')
-rw-r--r--python/python3-presets/python3-presets.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-presets/python3-presets.SlackBuild b/python/python3-presets/python3-presets.SlackBuild
index f08dee8a9b..0f7387c78f 100644
--- a/python/python3-presets/python3-presets.SlackBuild
+++ b/python/python3-presets/python3-presets.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-presets
-# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com
+# Copyright 2023-2025 Jeremy Hansen jebrhansen+SBo@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-presets
-VERSION=${VERSION:-0.1.3}
+VERSION=${VERSION:-1.0.0}
SRCNAM=${SRCNAM:-presets}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}