Update version number to 4.0.0a3

This commit is contained in:
Pavel Minaev 2018-03-21 12:13:06 -07:00
parent 2741d4c3a3
commit f98ea8b4a4
12 changed files with 12 additions and 12 deletions

View file

@ -3,7 +3,7 @@
# for license information.
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
import sys
import os.path

View file

@ -4,7 +4,7 @@
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
if __name__ == '__main__':

View file

@ -10,7 +10,7 @@ import ptvsd.wrapper
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
DONT_DEBUG = []

View file

@ -11,7 +11,7 @@ from ptvsd.reraise import reraise
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
class Future(object):

View file

@ -21,7 +21,7 @@ import traceback
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
_TRACE = None

View file

@ -10,7 +10,7 @@ import platform
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
MAX_FILES_TO_CACHE = 1000

View file

@ -14,4 +14,4 @@ else:
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"

View file

@ -7,7 +7,7 @@ from __future__ import print_function, with_statement, absolute_import
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
def reraise(exc_info):

View file

@ -3,7 +3,7 @@
# for license information.
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
def reraise(exc_info):

View file

@ -3,7 +3,7 @@
# for license information.
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
import sys

View file

@ -36,7 +36,7 @@ from ptvsd.pathutils import PathUnNormcase # noqa
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
__version__ = "4.0.0a2"
__version__ = "4.0.0a3"
#def ipcjson_trace(s):

View file

@ -49,7 +49,7 @@ PACKAGE_DATA = {
setup(
name='ptvsd',
version='4.0.0a2',
version='4.0.0a3',
description='Visual Studio remote debugging server for Python',
license='MIT',
author='Microsoft Corporation',