Skip to content

Commit

Permalink
Merge pull request #113 from reportportal/version-1.0.5
Browse files Browse the repository at this point in the history
version incremented and license changed to Apache
  • Loading branch information
Dzmitry Humianiuk authored May 22, 2019
2 parents 28ac7fb + 696f159 commit 0621971
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 @@ -8,7 +8,7 @@ def read_file(fname):
return f.read()


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


Expand All @@ -31,7 +31,7 @@ def read_file(fname):
download_url=tar_url,
packages=['pytest_reportportal'],
install_requires=requirements,
license='GNU General Public License v3',
license='Apache 2.0',
keywords=['testing', 'reporting', 'reportportal', 'pytest'],
classifiers=[
'Framework :: Pytest',
Expand Down

0 comments on commit 0621971

Please sign in to comment.