From 704930f91aca0bf40ef362e848c34c8c90a4411e Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 25 Mar 2022 20:24:36 +0100 Subject: [PATCH] Updated version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index aec1b5e..a6d3121 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="lxmf", - version="0.1.3", + version="0.1.4", 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.3.0'], + install_requires=['rns>=0.3.3'], python_requires='>=3.6', )