Skip to content

Commit 72ef871

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent 4d5d11a commit 72ef871

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
files = setup.py src/HttpLibrary/__init__.py
44
commit = True
55
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.0",
15+
version="0.4.1",
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.0"
38+
ROBOT_LIBRARY_VERSION = "0.4.1"
3939

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

0 commit comments

Comments
 (0)