Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peritus committed Jun 27, 2013
1 parent 59fcdfb commit cbe0076
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[bumpversion]
current_version = 0.4.1
files = setup.py src/HttpLibrary/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='robotframework-httplibrary',
version="0.4.1",
version="0.4.2",
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class HTTP:
Pointer, go to http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-00.
"""

ROBOT_LIBRARY_VERSION = "0.4.1"
ROBOT_LIBRARY_VERSION = "0.4.2"

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

0 comments on commit cbe0076

Please sign in to comment.