From d32c8e3b1212ecd780ed22795b808c57ddca9fc7 Mon Sep 17 00:00:00 2001 From: fabiobatalha Date: Tue, 12 Sep 2017 10:42:08 -0300 Subject: [PATCH] fix pdb --- crossref/restful.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crossref/restful.py b/crossref/restful.py index 466ae11..c48c2be 100644 --- a/crossref/restful.py +++ b/crossref/restful.py @@ -173,7 +173,6 @@ def all(self): def __iter__(self): request_url = str(self.request_url) - import pdb; pdb.set_trace() if 'sample' in self.request_params: request_params = self._escaped_pagging() result = do_http_request( diff --git a/setup.py b/setup.py index 7b23ff4..7f89cee 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="crossrefapi", - version="1.0.7", + version="1.0.8", description="Library that implements the endpoints of the Crossref API", author="SciELO", author_email="scielo-dev@googlegroups.com",