From 11c741dacbb9f1557ad5c0dcd3b80351a18deaea Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 29 May 2020 15:16:32 +0200 Subject: [PATCH] Version bump to 0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9f4b39..e8e84b0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="rns", - version="0.1.3", + version="0.1.4", author="Mark Qvist", author_email="mark@unsigned.io", description="Self-configuring, encrypted and resilient mesh networking stack for LoRa, packet radio, WiFi and everything in between",