From 210beccce8db308f4e4745a8cdec0b5fdf599b8d Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:37:54 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4652462..72ed0ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "reddit-post-scraping-tool" -version = "1.3.0.1" +version = "1.4.0.0" description = "Given a subreddit name and a keyword, this program returns all top (by default) posts that contain the specified word." readme = "README.md" requires-python = ">=3.8"