From fe54b25370900f8147c926539cacb95324537fa6 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 28 Aug 2024 09:16:10 -0400 Subject: [PATCH] qtpy - updated qtpy-incorp --- main/qtpy-incorp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/qtpy-incorp.sh b/main/qtpy-incorp.sh index 9b871ed7..e9516b65 100755 --- a/main/qtpy-incorp.sh +++ b/main/qtpy-incorp.sh @@ -6,7 +6,7 @@ # Where: # tag is the tag to incorporate. # -# last tag was v1.5-001 +# last tag was v1.5-002 REPOSITORY=https://github.com/FRIBDAQ/CutiePie.git TARGET=PyQtGUI @@ -14,7 +14,7 @@ VERSION=$1 if [[ ! $VERSION ]] then - VERSION="v1.5-001" + VERSION="v1.5-002" fi rm -rf ${TARGET}