Correctie .drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2021-08-06 20:46:57 +02:00
parent 58645da74f
commit 10bf55f62c
3 changed files with 3 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ steps:
- python -c "import ddOperApi" - python -c "import ddOperApi"
- python -c "import ddOperApi; print(ddOperApi.__version__)" - python -c "import ddOperApi; print(ddOperApi.__version__)"
- > - >
[ $(python -c "import lmwsip; print(lmwsip.__version__)") = [ $(python -c "import lmwsip; print(ddOperApi.__version__)") =
$(python setup.py --version) ] $(python setup.py --version) ]
- python -m unittest -v ddOperApi.tests - python -m unittest -v ddOperApi.tests
when: when:

View File

@@ -20,7 +20,7 @@ from datetime import datetime, timedelta
from dateutil.parser import parse from dateutil.parser import parse
""" Version info changed by git hook """ """ Version info changed by git hook """
__version__ = '0.1.2' __version__ = '0.1.3'
class ddOperApi: class ddOperApi:
""" """

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="ddOperApi", # Replace with your own username name="ddOperApi", # Replace with your own username
version="0.1.2", version="0.1.3",
author="Marcel Nijenhof", author="Marcel Nijenhof",
author_email="pip@pion.xs4all.nl", author_email="pip@pion.xs4all.nl",
description="Interface for dd-oper protocol", description="Interface for dd-oper protocol",