From: W. Trevor King Date: Sat, 18 Oct 2014 18:11:01 +0000 (-0700) Subject: swc-windows-installer.py: Bump version to 0.2 X-Git-Tag: v0.2^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec469fab88be3d1bbbc28736ad19aabea73cee01;p=swc-setup-windows-installer.git 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. --- 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())