From 798aae57f79f5d5b3ea706cb0d217a8f9e1f2c5d Mon Sep 17 00:00:00 2001 From: nggit <12218311+nggit@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:20:34 +0700 Subject: [PATCH] release 0.0.50 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index 95c57a5..f1f5b97 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.47' +__version__ = '0.0.50' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402