Versie als module & tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marcel Nijenhof
2021-08-01 06:20:27 +02:00
parent 3695baf322
commit 948d3a4032
2 changed files with 2 additions and 2 deletions

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.0.3' __version__ = '0.1.0'
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.0.3", version="0.1.0",
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",