From c55447d865a6f9b9505bc538f3c56cf3a1421c60 Mon Sep 17 00:00:00 2001 From: oroulet Date: Tue, 20 Sep 2022 14:56:03 +0200 Subject: [PATCH] new release v0.9.96 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd8cd2016..75ff90100 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="asyncua", - version="0.9.95", + version="0.9.96", description="Pure Python OPC-UA client and server library", long_description=long_description, long_description_content_type='text/markdown',