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 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 "
Original file line number Diff line number Diff line change 66from setuptools import setup , find_packages
77
88NAME = "azure-devops"
9- VERSION = "6.0.0b1 "
9+ VERSION = "6.0.0b2 "
1010
1111# To install the library, run the following
1212#
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 = "vstscli@microsoft.com" ,
4444 url = "https://github.com/Microsoft/vsts-python-api" ,
You can’t perform that action at this time.
0 commit comments