From 1c5e879abdeada61f85800c7506b621d02b2eaaa Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 2 Oct 2021 22:03:58 +0200 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bacf3e8..1b05948 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.9", + version="0.1.0", author="Mark Qvist", author_email="mark@unsigned.io", description="Lightweight Extensible Message Format for Reticulum",