From 28148d9a8b23cb8c5f5a53e5d40eac4ece0c1e8d Mon Sep 17 00:00:00 2001 From: ussrhero <tarasenko.alexander@hotmail.com> Date: Mon, 16 Jul 2018 23:26:30 +0300 Subject: [PATCH] changed setup files --- setup/buildall.cmd | 7 ++++++- setup/setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/setup/buildall.cmd b/setup/buildall.cmd index f3cb827..efd8806 100644 --- a/setup/buildall.cmd +++ b/setup/buildall.cmd @@ -11,4 +11,9 @@ py -3.5 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp35 py -3.6 setup.py bdist_zip --plat-name=win32 py -3.6 setup.py bdist_zip --plat-name=win-amd64 py -3.6 setup.py bdist_wheel --plat-name=win32 --python-tag=cp36 -py -3.6 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp36 \ No newline at end of file +py -3.6 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp36 + +py -3.7 setup.py bdist_zip --plat-name=win32 +py -3.7 setup.py bdist_zip --plat-name=win-amd64 +py -3.7 setup.py bdist_wheel --plat-name=win32 --python-tag=cp37 +py -3.7 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp37 \ No newline at end of file diff --git a/setup/setup.py b/setup/setup.py index c2f35f7..f8038e6 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -8,7 +8,7 @@ import sys _name = "pykd" _desc = "python windbg extension" -_version = '0.3.3.4' +_version = '0.3.4.0' def getReleaseSrc(): return 'Release_%d.%d' % sys.version_info[0:2]