From f5bc07d34ab01811040c167a47064bb69ca2ed7b Mon Sep 17 00:00:00 2001 From: nggit Date: Tue, 1 Apr 2025 20:04:31 +0700 Subject: [PATCH] release 0.1.0 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index ba13749..9dcb4f4 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.85' +__version__ = '0.1.0' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402