From 5fe756ce97769581f2afffbca57f9e2fb8e2a4ad Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Mon, 3 Jan 2022 18:14:40 +0100 Subject: [PATCH] Small corrections setup.cfg --- setup.cfg | 5 +++-- src/lmwsip/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index fd3b58f..050583a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,16 +1,17 @@ [metadata] name = lmwsip -version = 0.9.3 +version = 0.9.4 author = Marcel Nijenhof author_email = pypi@marceln.org description = Interface for the lmw sip protocol long_description = file: README.md long_description_content_type = text/markdown -url = https://marceln.org/git/Werk/lmwsip +url = https://git.marceln.org/Werk/lmwsip classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License Operating System :: OS Independent + Development Status :: 4 - Beta [options] package_dir = diff --git a/src/lmwsip/__init__.py b/src/lmwsip/__init__.py index cc5cb9a..251e068 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.2' +__version__ = '0.9.4' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip)