Skip to content

Commit 3861e09

Browse files
authored
Merge branch 'master' into async_requests
2 parents d5a37e7 + 695198d commit 3861e09

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
@@ -3,12 +3,12 @@
33
setup(
44
name='reportportal-client',
55
packages=find_packages(),
6-
version='2.5.5',
6+
version='2.6.0',
77
description='Python client for Report Portal',
88
author='Artsiom Tkachou',
99
author_email='[email protected]',
1010
url='https://github.com/reportportal/client-Python',
11-
download_url='https://github.com/reportportal/client-Python/tarball/2.5.5',
11+
download_url='https://github.com/reportportal/client-Python/tarball/2.6.0',
1212
keywords=['testing', 'reporting', 'reportportal'],
1313
classifiers=[],
1414
install_requires=["requests>=2.4.2"],

0 commit comments

Comments
 (0)