summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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/',