From f3de7b528b020b45ac6a871c975006fc1db1c3b0 Mon Sep 17 00:00:00 2001 From: hakril Date: Thu, 3 Jan 2019 22:43:40 +0100 Subject: [PATCH] go go gadget 0.5 --- TODO | 3 --- setup.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO b/TODO index 164047e8..9f7bfe98 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 8089ed46..865eef5c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ 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")