From 86f46947d6a2e36bc23d0099d8b6ff2695eae574 Mon Sep 17 00:00:00 2001 From: Alejandro de la Vega Date: Fri, 24 Jan 2020 15:49:27 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a196a42..8e7718f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = fh.read() setup(name='pyns', - version='0.3.4', + version='0.3.5', description='Neuroscout API wrapper', long_description=long_description, long_description_content_type="text/markdown",