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",