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.",