From 2ae37db7a8e752c2fdae0eb722830358f6f423d2 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 25 Jul 2021 16:37:48 +0200 Subject: [PATCH] Nieuwe versie --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1c0aa2b..a9b688d 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.1.04", + version="0.1.05", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl", description="Interface for the lmw sip protocol", @@ -14,7 +14,7 @@ setuptools.setup( url="https://marceln.org/git/Werk/lmwsip", packages=setuptools.find_packages(), install_requires=[ - 'python-dateutil', + 'python-dateutil' ], classifiers=[ "Programming Language :: Python :: 3",