Skip to content

Commit

Permalink
chore: bimp version to 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Oct 23, 2023
1 parent 529dc13 commit 80e7ea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aiotieba/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.3a1"
__version__ = "3.7.3"
2 changes: 1 addition & 1 deletion aiotieba/const.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 80e7ea7

Please sign in to comment.