File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 6
6
from setuptools import setup , find_packages
7
7
8
8
NAME = "vsts"
9
- VERSION = "0.1.13 "
9
+ VERSION = "0.1.14 "
10
10
11
11
# To install the library, run the following
12
12
#
Original file line number Diff line number Diff line change
1
+ # --------------------------------------------------------------------------------------------
2
+ # Copyright (c) Microsoft Corporation. All rights reserved.
3
+ # Licensed under the MIT License. See License.txt in the project root for license information.
4
+ # --------------------------------------------------------------------------------------------
5
+ # Generated file, DO NOT EDIT
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------------------------
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 = "0.1.13 "
6
+ VERSION = "0.1.14 "
You can’t perform that action at this time.
0 commit comments