Skip to content

Commit edfb6e7

Browse files
committed
Bump up version to 3.0.0
1 parent 9c05006 commit edfb6e7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

setup.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.md
3+
4+
[sdist]
5+
formats=gztar
6+
7+
[bdist_wheel]
8+
universal = 1

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.6.0',
6+
version='3.0.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.6.0',
11+
download_url='https://github.com/reportportal/client-Python/tarball/3.0.0',
1212
license='GNU General Public License v3',
1313
keywords=['testing', 'reporting', 'reportportal'],
1414
classifiers=[],

0 commit comments

Comments
 (0)