From c392fbc3661cf04a14e596aea8ea057652ea0d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Thu, 31 Jul 2025 23:32:07 +0200 Subject: [PATCH] Update version to 0.0.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b2df8c..f2ba77b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("requirements.txt") as f: setup( name="reddit-stock-analyzer", - version="0.0.1", + version="0.0.2", author="Pål-Kristian Hamre", author_email="its@pkhamre.com", description="A command-line tool to analyze stock ticker mentions on Reddit.",