From 456746e27063643b403dce92b90d82a0f83cf429 Mon Sep 17 00:00:00 2001 From: ghecko Date: Fri, 16 Oct 2020 10:50:57 +0200 Subject: [PATCH] Fixed typo in install_requires --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5e23fa4..af9b8ed 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ __authors__ = "Jordan Ovrè, Paul Duncan" __copyright__ = "Copyright (c) ImmunIT - Jordan Ovrè / Paul Duncan" __license__ = "Apache 2.0" -__version__ = "1.0.3" +__version__ = "1.0.4" __contact__ = "Jordan Ovrè / Ghecko , Paul Duncan / Eresse " description = 'Octowire library' @@ -30,7 +30,7 @@ download_url='https://github.com/immunIT/octowire-lib/archive/1.0.2.tar.gz', install_requires=[ 'pyserial>=3.4,<4', - 'beautifultable==1.0.0' + 'beautifultable==1.0.0', 'colorama; platform_system == "Windows"' ], classifiers=[