From 3c47f7b72ac0817a66998b46cb9bba316c7ca0e1 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 10 Dec 2015 14:24:00 -0500 Subject: Increment version to 0.14 --- python-updater.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit v1.2.3-65-gdbad