swc-windows-installer.py: Bump version to 0.2 python
authorW. Trevor King <wking@tremily.us>
Sat, 18 Oct 2014 18:11:01 +0000 (11:11 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Oct 2014 18:11:01 +0000 (11:11 -0700)
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

index 3aa40d6fa95a579f66adf651f85cb3095eb0a1e0..95be2ceee23effa6078221832b8959d0449f783f 100755 (executable)
@@ -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())