From 6a732a33c828339b61cef5ddfcba5795276fe03f Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Mon, 30 Aug 2021 16:29:36 +0200 Subject: [PATCH] New version --- lmwsip/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lmwsip/__init__.py b/lmwsip/__init__.py index 16a122e..4ab34a0 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.6' +__version__ = '0.1.7' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip) diff --git a/setup.py b/setup.py index 80d1cf3..d47e92c 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.6", + version="0.1.7", author="Marcel Nijenhof", author_email="pip@marceln.org", description="Interface for the lmw sip protocol",