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

@ -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',