From: Alexander Vasarab Date: Wed, 21 Dec 2022 03:44:28 +0000 (-0800) Subject: Version bump X-Git-Tag: v3.4.1~1 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/d0f0a9f2b3f26fce76dedc4e6a510e17f65df24c?ds=sidebyside Version bump --- diff --git a/infoex-autowx.py b/infoex-autowx.py index 3598b17..3d3da27 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -43,7 +43,7 @@ import zeep import zeep.cache import zeep.transports -__version__ = '3.4.0' +__version__ = '3.4.1' LOG = logging.getLogger(__name__) LOG.setLevel(logging.NOTSET)