From 4422dd4fe5001536a4aeca7eb7559002399e103b Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sat, 3 Oct 2020 17:08:44 +0200 Subject: [PATCH] Versie verhoogt naar 0.0.7 naar verbeteringen --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70129aa..303c5e6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="lmwsip", # Replace with your own username - version="0.0.6", + version="0.0.7", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl", description="Interface for the lmw sip protocol",