From ad541b3db9c3f974113a34608be51ba0865e3fae Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 2 Jul 2021 23:29:15 +0200 Subject: [PATCH] Vresion bump. Relaxed required python version. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2828c76..1f28770 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="lxmf", - version="0.0.6", + version="0.0.7", author="Mark Qvist", author_email="mark@unsigned.io", description="Lightweight Extensible Message Format for Reticulum", @@ -19,5 +19,5 @@ setuptools.setup( "Operating System :: OS Independent", ], install_requires=['rns>=0.2.1'], - python_requires='>=3.6', + python_requires='>=3.5', ) \ No newline at end of file