Skip to content

Commit bba4642

Browse files
committed
bump version
1 parent 7cee894 commit bba4642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-devops/azure/devops/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "6.0.0b1"
6+
VERSION = "6.0.0b2"

azure-devops/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77

88
NAME = "azure-devops"
9-
VERSION = "6.0.0b1"
9+
VERSION = "6.0.0b2"
1010

1111
# To install the library, run the following
1212
#
@@ -38,7 +38,7 @@
3838
name=NAME,
3939
version=VERSION,
4040
license='MIT',
41-
description="Python wrapper around the Azure DevOps 5.x APIs",
41+
description="Python wrapper around the Azure DevOps 6.x APIs",
4242
author="Microsoft Corporation",
4343
author_email="[email protected]",
4444
url="https://github.com/Microsoft/vsts-python-api",

0 commit comments

Comments
 (0)