From 9d5a5f608c664c7ed6b0b4b73181e37d72b97f76 Mon Sep 17 00:00:00 2001 From: oroulet Date: Sat, 21 May 2022 08:20:51 +0200 Subject: [PATCH] new release v0.9.94 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ada5f1cb..32b16c6e7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="asyncua", - version="0.9.93", + version="0.9.94", description="Pure Python OPC-UA client and server library", long_description=long_description, long_description_content_type='text/markdown',