Update pyproject.toml

This commit is contained in:
Richard Mwewa
2023-08-09 04:44:42 +02:00
committed by GitHub
parent 5bc061b300
commit c6792277f3

View File

@@ -7,7 +7,7 @@ packages = ["rpst"]
[project] [project]
name = "reddit-post-scraping-tool" name = "reddit-post-scraping-tool"
version = "1.5.0.0" version = "1.6.0.0"
description = "Given a subreddit name and a keyword, RPST returns all top (by default) posts that contain the specified keyword." description = "Given a subreddit name and a keyword, RPST returns all top (by default) posts that contain the specified keyword."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"