From ec469fab88be3d1bbbc28736ad19aabea73cee01 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 18 Oct 2014 11:11:01 -0700 Subject: [PATCH] swc-windows-installer.py: Bump version to 0.2 Changes since v0.1: * Install GNU Make (cherry-picked from the msysGit repository). * Mention that R should be installed before running our installer. * Fix some typos in docs and docstrings. --- swc-windows-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 3aa40d6..95be2ce 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -44,7 +44,7 @@ except ImportError: # Python 2 import zipfile -__version__ = '0.1' +__version__ = '0.2' LOG = logging.getLogger('swc-windows-installer') LOG.addHandler(logging.StreamHandler()) -- 2.26.2