projects
/
swc-setup-windows-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e102c39
)
swc-windows-installer.py: Bump version to 0.2
python
author
W. Trevor King
<wking@tremily.us>
Sat, 18 Oct 2014 18:11:01 +0000
(11:11 -0700)
committer
W. 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
patch
|
blob
|
history
diff --git
a/swc-windows-installer.py
b/swc-windows-installer.py
index 3aa40d6fa95a579f66adf651f85cb3095eb0a1e0..95be2ceee23effa6078221832b8959d0449f783f 100755
(executable)
--- 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())