From 5f235bc0045bde04c2691e1e2f2058d99f3d58ce Mon Sep 17 00:00:00 2001 From: nggit Date: Sat, 7 Jun 2025 09:23:49 +0700 Subject: [PATCH 1/2] release 0.1.1 --- httpout/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpout/__init__.py b/httpout/__init__.py index 9dcb4f4..f71a124 100644 --- a/httpout/__init__.py +++ b/httpout/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.1.0' +__version__ = '0.1.1' __all__ = ('HTTPOut',) from .httpout import HTTPOut # noqa: E402 From 821b9d07d4e10d20f84ffd0da878dcbfd784a23c Mon Sep 17 00:00:00 2001 From: nggit Date: Sat, 7 Jun 2025 09:39:36 +0700 Subject: [PATCH 2/2] is this --- .github/workflows/build_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 43fe471..8a7d0a1 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -50,7 +50,7 @@ jobs: - 'cp311-*' - 'cp312-*' - 'cp313-*' - - 'pp311-*' + - 'pp310-*' cibw_arch: ['x86_64'] timeout-minutes: 10 steps: