From d73ffd8acb3ed4cb30c156403d311dc71549cefa Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:32:33 +0200 Subject: [PATCH] Update __init__.py --- rpst/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpst/__init__.py b/rpst/__init__.py index 0542a85..1ec0eb9 100644 --- a/rpst/__init__.py +++ b/rpst/__init__.py @@ -2,7 +2,7 @@ import os __author__: str = "Richard Mwewa" __about_author__: str = "https://about/me/rly0nheart" -__version__: str = "2.0.0.0" +__version__: str = "2.0.1.0" __description__: str = f""" # RPST (Reddit Post Scraping Tool) {__version__}