From 31a0448d74568abf8f995b988ed7fa676396f02f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 11 Feb 2023 06:48:12 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c4289a7..69e4d8d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as file: setuptools.setup( name="reddit-post-scraping-tool", - version="1.0.0", + version="1.1.0.0", author="Richard Mwewa", author_email="rly0nheart@duck.com", packages=["reddit_post_scraping_tool"], @@ -28,4 +28,4 @@ setuptools.setup( "reddit_post_scraping_tool=reddit_post_scraping_tool.main:main", ] }, -) \ No newline at end of file +)