Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peritus committed Apr 8, 2012
1 parent fa90e76 commit d2279ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name = 'robotframework-httplibrary',
version = "0.3.0",
version = "0.3.1",
description = 'Robot Framework keywords for HTTP requests',
long_description = long_description,
author = 'Filip Noetzel',
Expand Down
2 changes: 1 addition & 1 deletion src/HttpLibrary/__init__.py
Expand Up @@ -31,7 +31,7 @@ class HTTP:
Pointer, go to http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-00.
"""

ROBOT_LIBRARY_VERSION = "0.3.0"
ROBOT_LIBRARY_VERSION = "0.3.1"

class Context(object):
def __init__(self, http, host=None):
Expand Down

0 comments on commit d2279ec

Please sign in to comment.