We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88d70e2 + bab0915 commit 672db79Copy full SHA for 672db79
vsts/setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup, find_packages
7
8
NAME = "vsts"
9
-VERSION = "0.1.17"
+VERSION = "0.1.18"
10
11
# To install the library, run the following
12
#
@@ -16,7 +16,7 @@
16
# http://pypi.python.org/pypi/setuptools
17
18
REQUIRES = [
19
- "msrest>=0.5.0"
+ "msrest>=0.5.0,<0.6.0"
20
]
21
22
CLASSIFIERS = [
vsts/vsts/version.py
@@ -3,4 +3,4 @@
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
# --------------------------------------------------------------------------------------------
5
0 commit comments