From 9bd1d668da6fa9825777ec84360594d3ffa44911 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 8 Aug 2021 13:50:27 +0200 Subject: [PATCH] Correctie git hook --- lmwsip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmwsip/__init__.py b/lmwsip/__init__.py index 7616a99..0d275ae 100644 --- a/lmwsip/__init__.py +++ b/lmwsip/__init__.py @@ -12,7 +12,7 @@ from datetime import datetime, timedelta from dateutil import tz """ Version info changed by git hook """ -__version__ = '0.1.5' +__version__ = '0.1.6' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip)