Skip to content

Commit a65b54c

Browse files
committed
bump version
1 parent aa83809 commit a65b54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

1313
setup(
1414
name = 'robotframework-httplibrary',
15-
version = "0.3.3",
15+
version = "0.3.4",
1616
description = 'Robot Framework keywords for HTTP requests',
1717
long_description = long_description,
1818
author = 'Filip Noetzel',

src/HttpLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class HTTP:
3232
Pointer, go to http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-00.
3333
"""
3434

35-
ROBOT_LIBRARY_VERSION = "0.3.3"
35+
ROBOT_LIBRARY_VERSION = "0.3.4"
3636

3737
class Context(object):
3838
def __init__(self, http, host=None, scheme='http'):

0 commit comments

Comments
 (0)