Skip to content

Commit

Permalink
Merge pull request #700 from fomars/develop
Browse files Browse the repository at this point in the history
netort 0.3.0
  • Loading branch information
fomars committed Jan 15, 2019
2 parents eb7d4f5 + 9538b64 commit 5ccbb1f
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 @@ -2,7 +2,7 @@

setup(
name='yandextank',
version='1.11.2',
version='1.11.3',
description='a performance measurement tool',
longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool.
Expand All @@ -20,7 +20,7 @@
'psutil>=1.2.1', 'requests>=2.5.1', 'paramiko>=1.16.0',
'pandas>=0.18.0', 'numpy>=1.12.1', 'future>=0.16.0',
'pip>=8.1.2',
'pyyaml>=3.12', 'cerberus==1.2', 'influxdb>=5.0.0', 'netort>=0.2.8',
'pyyaml>=3.12', 'cerberus==1.2', 'influxdb>=5.0.0', 'netort==0.3.0',
],
setup_requires=[
],
Expand Down

0 comments on commit 5ccbb1f

Please sign in to comment.