diff --git a/pyproject.toml b/pyproject.toml index b8068b4..261a1ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "redditvideomakerbot" -version = "2.2.2" -description = "Create Reddit Videos with just✨ one command" -authors = ["Your Name "] +version = "2.3.0" +description = "Create Reddit Videos with just one command" +authors = ["elebumm "] license = "GPL-3.0 license" [tool.poetry.dependencies] -python = ">=3.9,<4" -boto3 = "^1.24.24" +python = "^3.9" +boto3 = "1.24.24" botocore = "1.27.24" gTTS = "2.2.4" moviepy = "1.0.3"