Skip to content

Commit 9810d93

Browse files
committed
ready for tag v0.999
1 parent e93c691 commit 9810d93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ First install `pyside2`:
4545

4646
Next clone the DUI2 repository (pre-release branch):
4747

48-
git clone -b v0.995 https://github.com/ccp4/DUI2.git
48+
git clone -b v0.999 https://github.com/ccp4/DUI2.git
4949

5050
The same tools as if installed with `curl` and `CCP4` are available, just different ways to invoke them:
5151

install_dui2_after_ccp4_w_curl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ INI_DIR_PATH=$(pwd)
44
printf "========================================\n"
55
printf "# DOWNLOADING DUI2 #\n"
66
printf "========================================\n\n"
7-
TAG_VER="0.995"
7+
TAG_VER="0.999"
88
TO_CURL="https://github.com/ccp4/DUI2/archive/refs/tags/v$TAG_VER.zip"
99
curl -L -O $TO_CURL
1010
printf "========================================\n"

0 commit comments

Comments
 (0)