We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d9ad2 commit 82e683eCopy full SHA for 82e683e
ZeepLibrary/zeeplibrary.py
@@ -54,7 +54,7 @@ class ZeepLibrary:
54
seemed time to write a library to enable Robot Framework to use Zeep.
55
"""
56
57
- __version__ = 0.9
+ __version__ = '0.9.2'
58
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
59
60
def __init__(self):
setup.py
@@ -2,7 +2,7 @@
2
3
setuptools.setup(
4
name="robotframework-zeeplibrary",
5
- version="0.9-alpha",
+ version="0.9.2",
6
author="Bart Kleijngeld",
7
author_email="[email protected]",
8
description="Robot Framework library for using Zeep.",
0 commit comments