Skip to content

Commit cbe0076

Browse files
committed
Bump version: 0.4.1 → 0.4.2
1 parent 59fcdfb commit cbe0076

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[bumpversion]
2-
current_version = 0.4.1
32
files = setup.py src/HttpLibrary/__init__.py
43
commit = True
54
tag = True

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.4.1",
15+
version="0.4.2",
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
@@ -35,7 +35,7 @@ class HTTP:
3535
Pointer, go to http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-00.
3636
"""
3737

38-
ROBOT_LIBRARY_VERSION = "0.4.1"
38+
ROBOT_LIBRARY_VERSION = "0.4.2"
3939

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

0 commit comments

Comments
 (0)