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