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