From 5443040e3621399597e6131b2b4cd9223004d43c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 13 May 2021 16:55:55 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36148ab..3ba27d2 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.1", + version="0.0.2", author="Mark Qvist", author_email="mark@unsigned.io", description="Lightweight Extensible Message Format for Reticulum",