From c96f0e30e404cf3159ff1ee9def39a6109231fa7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 12 May 2020 16:47:00 +0200 Subject: [PATCH] Set package version to 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0cf691..a3faaad 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="rns", - version="0.0.9", + version="0.1.0", 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",