From 3d66a317929ed9b5a8ca5b1deaad7fdfec0141c6 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Wed, 16 Sep 2020 23:15:21 +0200 Subject: [PATCH] Versie verhoogd --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff7f756..b843db4 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.4", + version="0.0.5", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl", description="Interface for the lmw sip protocol",