mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update version number to 4.0.0a6
This commit is contained in:
parent
8b2e592228
commit
c7d5f0be0c
12 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# for license information.
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
import sys
|
||||
import os.path
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ from ptvsd.pydevd_hooks import install
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
|
||||
def run_module(address, modname, *extra, **kwargs):
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ from ptvsd.__main__ import run_module, run_file
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
# TODO: not needed?
|
||||
DONT_DEBUG = []
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ from ptvsd.reraise import reraise
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
|
||||
class Future(object):
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ import traceback
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
_TRACE = None
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import platform
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
MAX_FILES_TO_CACHE = 1000
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ else:
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from __future__ import print_function, with_statement, absolute_import
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
|
||||
def reraise(exc_info):
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# for license information.
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
|
||||
def reraise(exc_info):
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# for license information.
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ from ptvsd.safe_repr import SafeRepr # noqa
|
|||
|
||||
|
||||
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
|
||||
__version__ = "4.0.0a5"
|
||||
__version__ = "4.0.0a6"
|
||||
|
||||
|
||||
#def ipcjson_trace(s):
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ PACKAGE_DATA = {
|
|||
|
||||
setup(
|
||||
name='ptvsd',
|
||||
version='4.0.0a5',
|
||||
version='4.0.0a6',
|
||||
description='Remote debugging server for Python support in Visual Studio and Visual Studio Code', # noqa
|
||||
#long_description=open('DESCRIPTION.md').read(),
|
||||
#long_description_content_type='text/markdown',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue