Commit e333be25 authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Bump version to 0.6.

parent 251fd9c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Changes in version 0.6 - 2020-??-??
# Changes in version 0.6 - 2020-08-08

 - Update to TGen 1.0.0, use TGenTools for parsing TGen log files, and
   update analysis results file version to 3.0. Implements #33974.
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ with open('requirements.txt') as f:
    install_requires = f.readlines()

setup(name='OnionPerf',
      version='0.5',
      version='0.6',
      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/',