Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
swc-windows-installer.py: Bump version to 0.3
Browse files Browse the repository at this point in the history
Changes since v0.2:
* Document GNU Make install.
* Install GNU Make from gnuwin32 instead of msysGit.
* Bump SQLite to 3.9.2.
  • Loading branch information
wking committed Nov 20, 2015
1 parent 09075e5 commit 07bbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swc-windows-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import zipfile


__version__ = '0.2'
__version__ = '0.3'

LOG = logging.getLogger('swc-windows-installer')
LOG.addHandler(logging.StreamHandler())
Expand Down

0 comments on commit 07bbd59

Please sign in to comment.