From af73f4ba689e69951e70745700091c160a571c96 Mon Sep 17 00:00:00 2001 From: nggit Date: Mon, 17 Mar 2025 12:14:40 +0700 Subject: [PATCH] release 0.0.84 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index 689547f..54b5720 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.83' +__version__ = '0.0.84' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402