From eacb48e622cc7f966ac5ce53edc4a86ad2878aa7 Mon Sep 17 00:00:00 2001 From: nggit <12218311+nggit@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:19:38 +0700 Subject: [PATCH] release 0.0.64 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index 01d9548..7c3f082 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.63' +__version__ = '0.0.64' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402