From 175196ab2ca127575779447745fb2774b6195370 Mon Sep 17 00:00:00 2001 From: Felipe Aranguiz Date: Wed, 15 Nov 2017 18:36:39 -0300 Subject: [PATCH] bump version to v0.3.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbcda9f..a46b2a2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='trading_api_wrappers', - version='0.3.7', + version='0.3.8', description='Trading API Wrappers for Python 3.5', url='https://github.com/delta575/trading-api-wrappers', author='Felipe Aránguiz, Sebastián Aránguiz',