From 56c33871225505b63eb4a42353a80e11d7b66d25 Mon Sep 17 00:00:00 2001 From: nggit <12218311+nggit@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:50:37 +0700 Subject: [PATCH] release 0.0.68 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index 927e6d8..031f050 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.67' +__version__ = '0.0.68' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402