Skip to content

Commit 82e683e

Browse files
committed
version bump
1 parent 71d9ad2 commit 82e683e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ZeepLibrary/zeeplibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ZeepLibrary:
5454
seemed time to write a library to enable Robot Framework to use Zeep.
5555
"""
5656

57-
__version__ = 0.9
57+
__version__ = '0.9.2'
5858
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
5959

6060
def __init__(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="robotframework-zeeplibrary",
5-
version="0.9-alpha",
5+
version="0.9.2",
66
author="Bart Kleijngeld",
77
author_email="[email protected]",
88
description="Robot Framework library for using Zeep.",

0 commit comments

Comments
 (0)