diff --git a/setup.cfg b/setup.cfg index af74cf7..f034c09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lmwsip -version = 0.9.1 +version = 0.9.2 author = Marcel Nijenhof author_email = pypi@marceln.org description = Interface for the lmw sip protocol diff --git a/src/lmwsip/__init__.py b/src/lmwsip/__init__.py index 10b9c58..cc5cb9a 100644 --- a/src/lmwsip/__init__.py +++ b/src/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.1' +__version__ = '0.9.2' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip)