diff --git a/PyLoris.egg-info/PKG-INFO b/PyLoris.egg-info/PKG-INFO index b22dbd0..ae1abf4 100644 --- a/PyLoris.egg-info/PKG-INFO +++ b/PyLoris.egg-info/PKG-INFO @@ -1,8 +1,8 @@ Metadata-Version: 2.1 Name: PyLoris -Version: 1.0.2 +Version: 1.0.0 Summary: Test websites for slow loris -Home-page: UNKNOWN +Home-page: https://github.com/YoloFTW/PyLoris Author: YoloFTW License: UNKNOWN Keywords: python,slow loris,test,loris,slow lorris diff --git a/setup.py b/setup.py index c18c95d..a52e64e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = '1.0.2' +VERSION = '1.0.0' DESCRIPTION = 'Test websites for slow loris' LONG_DESCRIPTION = long_description