Skip to content

Commit 0621971

Browse files
author
Dzmitry Humianiuk
authored
Merge pull request #113 from reportportal/version-1.0.5
version incremented and license changed to Apache
2 parents 28ac7fb + 696f159 commit 0621971

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
@@ -8,7 +8,7 @@ def read_file(fname):
88
return f.read()
99

1010

11-
version = '1.0.4'
11+
version = '1.0.5'
1212
tar_url = 'https://github.com/reportportal/agent-python-pytest/tarball/1.0.3'
1313

1414

@@ -31,7 +31,7 @@ def read_file(fname):
3131
download_url=tar_url,
3232
packages=['pytest_reportportal'],
3333
install_requires=requirements,
34-
license='GNU General Public License v3',
34+
license='Apache 2.0',
3535
keywords=['testing', 'reporting', 'reportportal', 'pytest'],
3636
classifiers=[
3737
'Framework :: Pytest',

0 commit comments

Comments
 (0)