From 7863a7cfe3d981e0a4927ccc4f170b931235a76f Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 30 May 2021 21:50:27 +0200 Subject: [PATCH] Versie update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2524d09..6535575 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="ddOperApi", # Replace with your own username - version="0.0.1", + version="0.0.2", author="Marcel Nijenhof", author_email="pip@pion.xs4all.nl", description="Interface for dd-oper protocol",