diff --git a/httpout/__init__.py b/httpout/__init__.py index a005d71..01d9548 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.62' +__version__ = '0.0.63' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402