Skip to content

Commit c7d5f0b

Browse files
committed
Update version number to 4.0.0a6
1 parent 8b2e592 commit c7d5f0b

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

ptvsd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# for license information.
44

55
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
6-
__version__ = "4.0.0a5"
6+
__version__ = "4.0.0a6"
77

88
import sys
99
import os.path

ptvsd/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
15-
__version__ = "4.0.0a5"
15+
__version__ = "4.0.0a6"
1616

1717

1818
def run_module(address, modname, *extra, **kwargs):

ptvsd/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
11-
__version__ = "4.0.0a5"
11+
__version__ = "4.0.0a6"
1212

1313
# TODO: not needed?
1414
DONT_DEBUG = []

ptvsd/futures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
14-
__version__ = "4.0.0a5"
14+
__version__ = "4.0.0a6"
1515

1616

1717
class Future(object):

ptvsd/ipcjson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
24-
__version__ = "4.0.0a5"
24+
__version__ = "4.0.0a6"
2525

2626
_TRACE = None
2727

ptvsd/pathutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
13-
__version__ = "4.0.0a5"
13+
__version__ = "4.0.0a6"
1414

1515
MAX_FILES_TO_CACHE = 1000
1616

ptvsd/reraise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515

1616
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
17-
__version__ = "4.0.0a5"
17+
__version__ = "4.0.0a6"

ptvsd/reraise2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
10-
__version__ = "4.0.0a5"
10+
__version__ = "4.0.0a6"
1111

1212

1313
def reraise(exc_info):

ptvsd/reraise3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# for license information.
44

55
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
6-
__version__ = "4.0.0a5"
6+
__version__ = "4.0.0a6"
77

88

99
def reraise(exc_info):

ptvsd/safe_repr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# for license information.
44

55
__author__ = "Microsoft Corporation <ptvshelp@microsoft.com>"
6-
__version__ = "4.0.0a5"
6+
__version__ = "4.0.0a6"
77

88
import sys
99

0 commit comments

Comments
 (0)