Updated version

This commit is contained in:
Mark Qvist 2021-12-01 20:16:36 +01:00
parent 1ca2493c36
commit 6aa793252f

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="lxmf",
version="0.1.2",
version="0.1.3",
author="Mark Qvist",
author_email="mark@unsigned.io",
description="Lightweight Extensible Message Format for Reticulum",
@ -20,4 +20,4 @@ setuptools.setup(
],
install_requires=['rns>=0.2.8'],
python_requires='>=3.6',
)
)