From 516dc4ab230583b82b5c7721affee52634300889 Mon Sep 17 00:00:00 2001 From: nggit <12218311+nggit@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:29:00 +0700 Subject: [PATCH] release 0.0.60 --- httpout/__init__.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index a9f1314..0538051 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.55' +__version__ = '0.0.60' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402 diff --git a/pyproject.toml b/pyproject.toml index 3068592..6c42037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ description = """\ requires-python = '>=3.7' dependencies = [ 'awaiter', - 'tremolo>=0.0.774', + 'tremolo>=0.0.777', ] license = { text = 'MIT License' } classifiers = [ diff --git a/requirements.txt b/requirements.txt index b8c64b3..f60b9ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ awaiter -tremolo>=0.0.774 +tremolo>=0.0.777