From bd3ace0885cfdbad187c2ea6ca9979a4c0cf18cd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 15 Apr 2022 11:30:08 +0200 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 969ff26..cc5de3e 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.4", + version="0.1.5", author="Mark Qvist", author_email="mark@unsigned.io", description="Lightweight Extensible Message Format for Reticulum",