Skip to content

Commit 173ce99

Browse files
authored
Merge pull request #46 from iivanou/pin_client_version
Update common client version requirement.
2 parents 222d66b + a84cd36 commit 173ce99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

33

4-
__version__ = '3.1.0'
4+
__version__ = '3.1.1'
55

66
requirements = [
7-
"reportportal-client>=3.0.0",
7+
"reportportal-client~=3.0",
88
"six",
99
]
1010

0 commit comments

Comments
 (0)