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