From 79dd88af7dd9b56fa4214af48d0722bb007dfdb3 Mon Sep 17 00:00:00 2001 From: Gokberk Yaltirakli Date: Sat, 4 May 2019 13:29:19 +0100 Subject: [PATCH] Updated PyPI package to v0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb0a0c9..b1559ed 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = "Slowloris", py_modules = ["slowloris"], entry_points = {"console_scripts": ["slowloris=slowloris:main"]}, - version = "0.1.5", + version = "0.2.0", description = "Low bandwidth DoS tool. Slowloris rewrite in Python.", author = "Gokberk Yaltirakli", author_email = "webdosusb@gmail.com",