From f64502eb4eea541bc41220009dd8156d04b76e43 Mon Sep 17 00:00:00 2001 From: Christian Assing Date: Fri, 25 Aug 2017 20:33:33 +0200 Subject: [PATCH] bump version to 0.6.0 all lot of changes since June 2016 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a667ab..f8799a0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import io setup( name="httpbin", - version="0.5.0", + version="0.6.0", description="HTTP Request and Response Service", # long_description=long_description,