From 589666c15fd06aadff534c04d9dbd6c35a9d560c Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 5 Apr 2023 17:41:22 +0200 Subject: [PATCH] new release v1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13f9d63f0..e4cf49cdf 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="asyncua", - version="1.0.1", + version="1.0.2", description="Pure Python OPC-UA client and server library", long_description=long_description, long_description_content_type='text/markdown',