diff --git a/httpbin/VERSION b/httpbin/VERSION index 57121573..5eef0f10 100644 --- a/httpbin/VERSION +++ b/httpbin/VERSION @@ -1 +1 @@ -0.10.1 +0.10.2 diff --git a/pyproject.toml b/pyproject.toml index c5bdb811..43b6bfa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ Repository = "https://github.com/psf/httpbin" [project] name = "httpbin" -version = "0.10.1" +version = "0.10.2" requires-python = ">=3.7" description = "HTTP Request and Response Service" readme = "README.md"