From ee8ca45a5986fb917c2161aeac17c3519874e0de Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sat, 21 Sep 2024 10:54:02 +0200 Subject: [PATCH] Version update for stat command --- setup.cfg | 2 +- src/lmwsip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c149c77..d89539c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/lmwsip/__init__.py b/src/lmwsip/__init__.py index f3be2de..d3c9f57 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.8' +__version__ = '0.9.9' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip)