Skip to content

Commit

Permalink
Bump up version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krasoffski committed May 30, 2017
1 parent 9c05006 commit edfb6e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
[metadata]
description-file = README.md
description-file = README.md

[sdist]
formats=gztar

[bdist_wheel]
universal = 1
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.6.0',
version='3.0.0',
description='Python client for Report Portal',
author='Artsiom Tkachou',
author_email='SupportEPMC-TSTReportPortal@epam.com',
url='https://github.com/reportportal/client-Python',
download_url='https://github.com/reportportal/client-Python/tarball/2.6.0',
download_url='https://github.com/reportportal/client-Python/tarball/3.0.0',
license='GNU General Public License v3',
keywords=['testing', 'reporting', 'reportportal'],
classifiers=[],
Expand Down

0 comments on commit edfb6e7

Please sign in to comment.