From 7c4e1a8a384849bb77a8d43ee4ffedf9a9c2c4ce Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:53:12 +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 3956174..b881263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["rpst"] [project] name = "reddit-post-scraping-tool" -version = "1.9.1.0" +version = "1.9.1.1" description = "Retrieve Reddit posts that contain the specified keyword from a specified subreddit." readme = "README.md" requires-python = ">=3.8"