From 047bb783b743341b60bcc802d909384706e9498d Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Wed, 29 Dec 2021 15:14:53 +0100 Subject: [PATCH] Versie update --- lmwsip/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lmwsip/__init__.py b/lmwsip/__init__.py index 4d5b1fa..10b9c58 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.9.0' +__version__ = '0.9.1' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip) diff --git a/setup.cfg b/setup.cfg index 0378046..e41e41a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [metadata] name = lmwsip -version = 0.9.0 +version = 0.9.1 author = Marcel Nijenhof -author_email = pip@marceln.org +author_email = pypi@marceln.org description = Interface for the lmw sip protocol long_description = file: README.md long_description_content_type = text/markdown