diff --git a/setup.py b/setup.py index 6e39686..bacf3e8 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.8", + version="0.0.9", author="Mark Qvist", author_email="mark@unsigned.io", description="Lightweight Extensible Message Format for Reticulum", @@ -18,6 +18,6 @@ setuptools.setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - install_requires=['rns>=0.2.3'], + install_requires=['rns>=0.2.4'], python_requires='>=3.6', ) \ No newline at end of file