From c3eb38373c6d73cbc3be18a2d24e32c172c759c6 Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Fri, 9 Nov 2018 11:34:59 -0500 Subject: [PATCH] bump version for query string fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f55228..038f3e4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-nomad', - version='1.0.1', + version='1.0.2', install_requires=['requests'], packages=['nomad', 'nomad.api'], url='http://github.com/jrxfive/python-nomad',