diff --git a/aiotieba_reviewer/__version__.py b/aiotieba_reviewer/__version__.py index 0cf9272..3d26edf 100644 --- a/aiotieba_reviewer/__version__.py +++ b/aiotieba_reviewer/__version__.py @@ -1 +1 @@ -__version__ = "0.4.1a0" +__version__ = "0.4.1" diff --git a/pyproject.toml b/pyproject.toml index d54fc0d..c5d69c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] requires-python = ">=3.8,<3.13" dependencies = [ - "aiotieba[img,speedup]<5.0,>=4.0.0", + "aiotieba[speedup,img]<5.0,>=4.0.2", "aiomysql[rsa]<0.3,>=0.1.0", "tomli<3,>=1.1.0;python_version<'3.11'", ]