bump version number

This commit is contained in:
Lincoln Stein
2022-12-25 18:28:06 -05:00
parent 7d99416cc9
commit 211d7be03d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
cd "$(dirname "$0")"
VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" )
VERSION="$VERSION-p5"
VERSION="$VERSION-p1"
echo "Be certain that you're in the 'installer' directory before continuing."
read -p "Press any key to continue, or CTRL-C to exit..."