Skip to content

Commit a84cd36

Browse files
author
Ivan Ivanou
committed
Update common client version requirement
1 parent 222d66b commit a84cd36

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)