diff --git a/TODO b/TODO index 164047e..9f7bfe9 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,5 @@ TODO: -=== CRITICAL BEFORE 0.5 === - - -- CRITICAL BEFORE 0.6 ? -- - Document / fix / release: diff --git a/setup.py b/setup.py index 8089ed4..865eef5 100644 --- a/setup.py +++ b/setup.py @@ -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")