From 6aa793252f4ed1e3f3647c0d6f8b6a5844ad2f9c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 1 Dec 2021 20:16: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 20bc98b..134758f 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.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', -) \ No newline at end of file +)