From 08af855c45a4bc4ce08e488d674c8042663ed06c Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 8 Nov 2020 14:23:38 +0100 Subject: [PATCH] Correctie issue 6 & 7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4baa633..7441587 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.8", + version="0.0.9", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl", description="Interface for the lmw sip protocol",