Skip to content

Commit

Permalink
bump up version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krasoffski committed May 20, 2017
1 parent f4171a8 commit c74006b
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
Expand Up @@ -3,12 +3,12 @@
setup(
name='reportportal-client',
packages=find_packages(),
version='2.5.5',
version='2.6.0',
description='Python client for Report Portal',
author='Artsiom Tkachou',
author_email='artsiom_tkachou@epam.com',
url='https://github.com/reportportal/client-Python',
download_url='https://github.com/reportportal/client-Python/tarball/2.5.5',
download_url='https://github.com/reportportal/client-Python/tarball/2.6.0',
keywords=['testing', 'reporting', 'reportportal'],
classifiers=[],
install_requires=["requests>=2.4.2"],
Expand Down

0 comments on commit c74006b

Please sign in to comment.