File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
4
# --------------------------------------------------------------------------------------------
5
5
6
- VERSION = "6.0.0b1 "
6
+ VERSION = "6.0.0b2 "
Original file line number Diff line number Diff line change 6
6
from setuptools import setup , find_packages
7
7
8
8
NAME = "azure-devops"
9
- VERSION = "6.0.0b1 "
9
+ VERSION = "6.0.0b2 "
10
10
11
11
# To install the library, run the following
12
12
#
38
38
name = NAME ,
39
39
version = VERSION ,
40
40
license = 'MIT' ,
41
- description = "Python wrapper around the Azure DevOps 5 .x APIs" ,
41
+ description = "Python wrapper around the Azure DevOps 6 .x APIs" ,
42
42
author = "Microsoft Corporation" ,
43
43
44
44
url = "https://github.com/Microsoft/vsts-python-api" ,
You can’t perform that action at this time.
0 commit comments