Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkl committed Jan 14, 2019
1 parent 71d9ad2 commit 82e683e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ZeepLibrary/zeeplibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="robotframework-zeeplibrary",
version="0.9-alpha",
version="0.9.2",
author="Bart Kleijngeld",
author_email="[email protected]",
description="Robot Framework library for using Zeep.",
Expand Down

0 comments on commit 82e683e

Please sign in to comment.