From fd010fa80ce98087e2c9a8a6844a4cb2be57b52a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 21 May 2020 14:48:00 +0200 Subject: [PATCH] Version bump to 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b391f5..a9f4b39 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.2", + version="0.1.3", 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",