diff options
-rw-r--r-- | python-updater.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater.in b/python-updater.in index 271e8b3..d0b6f69 100644 --- a/python-updater.in +++ b/python-updater.in @@ -25,7 +25,7 @@ if [[ "${BASH_VERSINFO[0]}" -lt 4 ]]; then exit 1 fi -VERSION="0.13" +VERSION="0.14" OLD_PYTHON_VERSIONS="" OLD_PYTHON2_VERSIONS="" OLD_PYTHON3_VERSIONS="" |