diff --git a/lmwsip/__init__.py b/lmwsip/__init__.py index afae126..5520d74 100644 --- a/lmwsip/__init__.py +++ b/lmwsip/__init__.py @@ -12,7 +12,7 @@ from datetime import datetime, timedelta from dateutil import tz """ Version info changed by git hook """ -__version__ = '0.1.02' +__version__ = '0.1.03' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip) diff --git a/setup.py b/setup.py index f81ee33..d59df32 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="lmwsip", # Replace with your own username - version="0.1.02", + version="0.1.03", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl", description="Interface for the lmw sip protocol",