Version update for stat command
All checks were successful
build / build (push) Successful in 1m22s

This commit is contained in:
2024-09-21 10:54:02 +02:00
parent af04830dfb
commit ee8ca45a59
2 changed files with 2 additions and 2 deletions

View File

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

View File

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