Skip to content

Commit 7014d2b

Browse files
surenderrajuKoleS46
authored andcommitted
Bump version: 1.0.1 → 1.0.2
1 parent fba1df2 commit 7014d2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
files = setup.py src/HttpLibrary/__init__.py Makefile
33
commit = True
44
tag = True
5-
current_version = 1.0.1
5+
current_version = 1.0.2
66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.0.1
1+
VERSION = 1.0.2
22

33
.PHONY: tests
44
tests:

setup.py

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

1515
setup(
1616
name='robotframework-httplibrary',
17-
version="1.0.1",
17+
version="1.0.2",
1818
description='Robot Framework keywords for HTTP requests',
1919
long_description=long_description,
2020
author='Filip Noetzel',

src/HttpLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class HTTP(object):
4040
Pointer, go to http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-00.
4141
"""
4242

43-
ROBOT_LIBRARY_VERSION = "1.0.1"
43+
ROBOT_LIBRARY_VERSION = "1.0.2"
4444

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

0 commit comments

Comments
 (0)