We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a04304 commit 052bd05Copy full SHA for 052bd05
2 files changed
azure-devops/azure/devops/version.py
@@ -3,4 +3,4 @@
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
# --------------------------------------------------------------------------------------------
5
6
-VERSION = "6.0.0b1"
+VERSION = "6.0.0b2"
azure-devops/setup.py
@@ -6,7 +6,7 @@
from setuptools import setup, find_packages
7
8
NAME = "azure-devops"
9
10
11
# To install the library, run the following
12
#
@@ -38,7 +38,7 @@
38
name=NAME,
39
version=VERSION,
40
license='MIT',
41
- description="Python wrapper around the Azure DevOps 5.x APIs",
+ description="Python wrapper around the Azure DevOps 6.x APIs",
42
author="Microsoft Corporation",
43
author_email="[email protected]",
44
url="https://github.com/Microsoft/vsts-python-api",
0 commit comments