Skip to content

Commit c74006b

Browse files
committed
bump up version to 2.6.0
1 parent f4171a8 commit c74006b

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)