From b61fa6ce8dfeee3d30e4bac5afc91235e4f1c196 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 9 Jun 2020 15:01:10 +0200 Subject: [PATCH] Dependency version adjustment --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e8e84b0..31b041f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="rns", - version="0.1.4", + version="0.1.5", author="Mark Qvist", author_email="mark@unsigned.io", description="Self-configuring, encrypted and resilient mesh networking stack for LoRa, packet radio, WiFi and everything in between", @@ -19,5 +19,5 @@ setuptools.setup( "Operating System :: OS Independent", ], install_requires=['cryptography', 'pyserial'], - python_requires='>=3.6', + python_requires='>=3.5', ) \ No newline at end of file