Skip to content

Commit 613ebfa

Browse files
committed
Some changes in setup.py
1 parent cab1741 commit 613ebfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

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='0.1.2',
6+
version='0.1.3',
77
description='Python client for ReportPortal',
88
author='Artsiom Tkachou',
99
author_email='[email protected]',
1010
url='https://github.com/epam/ReportPortal-Python-Client',
11-
download_url='https://github.com/epam/ReportPortal-Python-Client/tarball/0.1.2',
11+
download_url='https://github.com/epam/ReportPortal-Python-Client/tarball/0.1.3',
1212
keywords=['testing', 'reporting', 'reportportal'],
1313
classifiers=[],
1414
install_requires=[i.strip() for i in open("requirements.txt").readlines()],

0 commit comments

Comments
 (0)