Vresion bump. Relaxed required python version.

This commit is contained in:
Mark Qvist 2021-07-02 23:29:15 +02:00
parent e7f2ccc002
commit ad541b3db9

View File

@ -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',
)