From 26a4892f14ab077833059cad2ca465d34b003f1b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 May 2018 19:25:05 -0400 Subject: [PATCH] 0.9.0 Signed-off-by: Kenneth Reitz --- httpbin/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/core.py b/httpbin/core.py index 0f24aeb..34deed2 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -73,7 +73,7 @@ template = { "url": "https://kennethreitz.org", }, # "termsOfService": "http://me.com/terms", - "version": "0.8.0" + "version": "0.9.0" }, "host": "httpbin.org", # overrides localhost:500 "basePath": "/", # base bash for blueprint registration