From 82e683e08366c1656f22abc415c7089d26c62ffc Mon Sep 17 00:00:00 2001 From: Bart Kleijngeld Date: Mon, 14 Jan 2019 10:49:00 +0100 Subject: [PATCH] version bump --- ZeepLibrary/zeeplibrary.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZeepLibrary/zeeplibrary.py b/ZeepLibrary/zeeplibrary.py index 1731e26..b1d170b 100644 --- a/ZeepLibrary/zeeplibrary.py +++ b/ZeepLibrary/zeeplibrary.py @@ -54,7 +54,7 @@ class ZeepLibrary: seemed time to write a library to enable Robot Framework to use Zeep. """ - __version__ = 0.9 + __version__ = '0.9.2' ROBOT_LIBRARY_SCOPE = 'GLOBAL' def __init__(self): diff --git a/setup.py b/setup.py index b21084f..a0d7d91 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="robotframework-zeeplibrary", - version="0.9-alpha", + version="0.9.2", author="Bart Kleijngeld", author_email="bartkl@gmail.com", description="Robot Framework library for using Zeep.",