Skip to content

Commit

Permalink
Merge pull request #46 from iivanou/pin_client_version
Browse files Browse the repository at this point in the history
Update common client version requirement.
  • Loading branch information
iivanou authored Mar 3, 2020
2 parents 222d66b + a84cd36 commit 173ce99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages


__version__ = '3.1.0'
__version__ = '3.1.1'

requirements = [
"reportportal-client>=3.0.0",
"reportportal-client~=3.0",
"six",
]

Expand Down

0 comments on commit 173ce99

Please sign in to comment.