go go gadget 0.5

This commit is contained in:
hakril
2019-01-03 22:43:40 +01:00
parent 252f6f8efa
commit f3de7b528b
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,8 +1,5 @@
TODO:
=== CRITICAL BEFORE 0.5 ===
-- CRITICAL BEFORE 0.6 ? --
- Document / fix / release:
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from setuptools import setup
PKG_NAME = "PythonForWindows"
VERSION = "0.4"
VERSION = "0.5"
if sys.version_info[0] != 2:
raise NotImplementedError("PythonForWindows only support Python2 for now")