From 80e7ea7ea21de3325ca788762bc90e9d52e193a3 Mon Sep 17 00:00:00 2001 From: Starry-OvO Date: Mon, 23 Oct 2023 10:18:57 +0800 Subject: [PATCH] chore: bimp version to 3.7.3 --- aiotieba/__version__.py | 2 +- aiotieba/const.py | 2 +- pyproject.toml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aiotieba/__version__.py b/aiotieba/__version__.py index 73d94503..221485ae 100644 --- a/aiotieba/__version__.py +++ b/aiotieba/__version__.py @@ -1 +1 @@ -__version__ = "3.7.3a1" +__version__ = "3.7.3" diff --git a/aiotieba/const.py b/aiotieba/const.py index 7f46f4b4..c1d236dc 100644 --- a/aiotieba/const.py +++ b/aiotieba/const.py @@ -1,4 +1,4 @@ -MAIN_VERSION = "12.48.1.1" +MAIN_VERSION = "12.49.1.0" POST_VERSION = "12.35.1.0" APP_SECURE_SCHEME = "https" diff --git a/pyproject.toml b/pyproject.toml index 64821b95..ad9d9e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,10 +54,10 @@ speedup = [ "pysimdjson<6,>=3.1.1;python_version=='3.9'", "pysimdjson<6,>=4.0.3;python_version=='3.10'", "pysimdjson<6,>=5.0.1;python_version>='3.11'", - "uvloop<0.18,>=0.14.0;python_version=='3.8' and sys_platform!='win32'", - "uvloop<0.18,>=0.15.0;python_version=='3.9' and sys_platform!='win32'", - "uvloop<0.18,>=0.16.0;python_version=='3.10' and sys_platform!='win32'", - "uvloop<0.18,>=0.17.0;python_version>='3.11' and sys_platform!='win32'", + "uvloop<0.20,>=0.14.0;python_version=='3.8' and sys_platform!='win32'", + "uvloop<0.20,>=0.15.0;python_version=='3.9' and sys_platform!='win32'", + "uvloop<0.20,>=0.16.0;python_version=='3.10' and sys_platform!='win32'", + "uvloop<0.20,>=0.17.0;python_version>='3.11' and sys_platform!='win32'", ] [tool.setuptools.packages.find]