From 87aa58263a371502abe40fc83079d9e2372f31f2 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Fri, 14 Sep 2018 02:20:12 -0400 Subject: [PATCH] version bump. 0.2.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c7542c1..b6616aa 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,8 @@ def run_tests(self): 'vcrpy'] setup(name='fast_arrow', - version='0.2.2', - description='API client for Robinhood', + version='0.2.3', + description='A simple yet robust API client for Robinhood', long_description=long_description, long_description_content_type="text/markdown", author='Weston Platter',