This commit is contained in:
Ted Chambers 2019-03-13 14:16:18 -04:00
Родитель 01a3f8945b
Коммит c98d1948dc
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.0b3"
VERSION = "5.0.0b4"

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

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