From 21aed553d254ac1d93bcb16ffef6da16edbadcd0 Mon Sep 17 00:00:00 2001 From: Jennifer Jurreit Date: Mon, 21 May 2018 13:24:14 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26afb45..27df251 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='iotscanner', - version='0.1', + version='1.0', description='Pentesting tool to scan iot devices.', url='http://github.com/JurreitJ/IoTScanning', author='Jennifer Jurreit',