From e57377f3bc0eef582072b201c9ba123fe28cad05 Mon Sep 17 00:00:00 2001 From: nggit <12218311+nggit@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:04:54 +0700 Subject: [PATCH] release 0.0.54 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index c5bbce9..e0eb7f2 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.53' +__version__ = '0.0.54' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402