From 2894de394640480eb5d2a7c43970f6b96114050b Mon Sep 17 00:00:00 2001 From: drugsosos <44712637+Drugsosos@users.noreply.github.com> Date: Mon, 11 Jul 2022 17:41:38 +0300 Subject: [PATCH] fixes after self review --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"