From 56beeb1fa7080e8b6cb2e3037e54b432183547d4 Mon Sep 17 00:00:00 2001 From: nggit Date: Sat, 1 Mar 2025 16:21:13 +0700 Subject: [PATCH] release 0.0.83 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index 009425b..689547f 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.80' +__version__ = '0.0.83' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402