Skip to content

Commit f3de7b5

Browse files
committed
go go gadget 0.5
1 parent 252f6f8 commit f3de7b5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

TODO

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
TODO:
22

3-
=== CRITICAL BEFORE 0.5 ===
4-
5-
63
-- CRITICAL BEFORE 0.6 ? --
74

85
- Document / fix / release:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
PKG_NAME = "PythonForWindows"
6-
VERSION = "0.4"
6+
VERSION = "0.5"
77

88
if sys.version_info[0] != 2:
99
raise NotImplementedError("PythonForWindows only support Python2 for now")

0 commit comments

Comments
 (0)