From 738143bc4a315e7e9ef7eb24aebeeab0409083f2 Mon Sep 17 00:00:00 2001 From: noLeash Date: Tue, 10 Dec 2024 09:23:52 -0500 Subject: [PATCH] version number change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f68f358..79f5d47 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = f.read() setup(name='robin_stocks', - version='3.2.1', + version='3.3.0', description='A Python wrapper around the Robinhood API', long_description=long_description, long_description_content_type='text/x-rst',