commit adece5d55b8eb7eab03167f5bdd91330ba195b36 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jul 2 21:06:31 2020 +0200
Bump version to 0.5. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index f779267..d15157f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('requirements.txt') as f: install_requires = f.readlines()
setup(name='OnionPerf', - version='0.3', + version='0.5', description='A utility to monitor, measure, analyze, and visualize the performance of Tor and Onion Services', author='Rob Jansen', url='https://github.com/robgjansen/onionperf/',
tor-commits@lists.torproject.org