From 8162241f219759fd673c28c7582de46983336a3b Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 27 Aug 2017 09:11:32 -1000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8799a05..229d4342 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="httpbin", - version="0.6.0", + version="0.6.1", description="HTTP Request and Response Service", # long_description=long_description,