From 59776e40c325e41677db623c0de88cfe6fd2a2d1 Mon Sep 17 00:00:00 2001 From: Clement Rouault Date: Mon, 22 Aug 2016 13:50:44 +0200 Subject: [PATCH] Let's call it a V0.3 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5401f2..6390d55 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- PKG_NAME = "PythonForWindows" -VERSION = "0.1" +VERSION = "0.3" setup( @@ -19,5 +19,6 @@ setup( 'windows.native_exec', 'windows.utils', 'windows.winobject', + 'windows.debug', 'windows.test'], ) \ No newline at end of file