From 5dcc5691f37183f1a9c5e4610e99bd269ac82d9e Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 28 Feb 2024 18:26:32 +0100 Subject: [PATCH] new release v1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acab2613b..be88c81d6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="asyncua", - version="1.0.6", + version="1.1.0", description="Pure Python OPC-UA client and server library", long_description=long_description, long_description_content_type='text/markdown',