commit 118d14990ce4821232ed6751c6a3d2b05e872dbe Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Sep 16 12:29:43 2020 +0200
Bump version to 0.8. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index d72b27a..b7b00d0 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.7', + version='0.8', 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