From 0140cd6eba58cd8d2ea9efc0be2c1ea716b46930 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 15 May 2020 10:06:40 +0200 Subject: [PATCH] Version change for setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7027d84..8b391f5 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.1", + version="0.1.2", 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",