From a0d459615abf96aeb2e346d7298ee422f4d17ef5 Mon Sep 17 00:00:00 2001 From: ShellCode33 Date: Thu, 9 Jul 2020 01:09:51 +0200 Subject: [PATCH] setup.py version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4f030c..83df423 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='CredSLayer', - version='0.1', + version='0.1.1', description='Extract credentials and other useful info from network captures', long_description=long_description, long_description_content_type='text/markdown',