From 9a0739533ef38c990b3e56bc533ab5b26498300f Mon Sep 17 00:00:00 2001 From: nggit Date: Tue, 18 Mar 2025 15:38:01 +0700 Subject: [PATCH] release 0.0.85 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index 54b5720..ba13749 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.84' +__version__ = '0.0.85' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402