commit fc498088527083e19122610f5c8c169b5decda76 Author: Ana Custura ana@netstat.org.uk Date: Sat May 30 13:11:45 2020 +0100
Bumps OP version to 0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index 694ab62..f779267 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.2.pre', + version='0.3', 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