Versie update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2021-12-29 15:14:53 +01:00
parent 281bbfdac4
commit 047bb783b7
2 changed files with 3 additions and 3 deletions

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.0' __version__ = '0.9.1'
class LmwSip: class LmwSip:
"""Class to connect to the LMW Standard Interface prototcol (sip) """Class to connect to the LMW Standard Interface prototcol (sip)

View File

@@ -1,8 +1,8 @@
[metadata] [metadata]
name = lmwsip name = lmwsip
version = 0.9.0 version = 0.9.1
author = Marcel Nijenhof author = Marcel Nijenhof
author_email = pip@marceln.org author_email = pypi@marceln.org
description = Interface for the lmw sip protocol description = Interface for the lmw sip protocol
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown