This commit is contained in:
Ted Chambers 2019-02-25 13:56:49 -05:00
Родитель a25de237f4
Коммит 838b3be54f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,4 +3,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
VERSION = "5.0.0b1"
VERSION = "5.0.0b2"

Просмотреть файл

@ -6,7 +6,7 @@
from setuptools import setup, find_packages
NAME = "azure-devops"
VERSION = "5.0.0b1"
VERSION = "5.0.0b2"
# To install the library, run the following
#