Versie update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marcel Nijenhof
2021-12-31 23:18:45 +01:00
parent 04daf49b0a
commit 583997d64c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[metadata] [metadata]
name = lmwsip name = lmwsip
version = 0.9.1 version = 0.9.2
author = Marcel Nijenhof author = Marcel Nijenhof
author_email = pypi@marceln.org author_email = pypi@marceln.org
description = Interface for the lmw sip protocol description = Interface for the lmw sip protocol

View File

@@ -12,7 +12,7 @@ from datetime import datetime, timedelta
from dateutil import tz from dateutil import tz
""" Version info changed by git hook """ """ Version info changed by git hook """
__version__ = '0.9.1' __version__ = '0.9.2'
class LmwSip: class LmwSip:
"""Class to connect to the LMW Standard Interface prototcol (sip) """Class to connect to the LMW Standard Interface prototcol (sip)