Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #463 from dcolligan/version_bump
Browse files Browse the repository at this point in the history
Bump version to 0.1.2
  • Loading branch information
jeromekelleher committed Jun 24, 2015
2 parents b3881b9 + ae595fa commit 12b093b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ga4gh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Reference implementation of the GA4GH APIs.
"""

__version__ = '0.1.1'
__version__ = '0.1.2'
2 changes: 1 addition & 1 deletion ga4gh/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _initialiseIteration(self):
Starts a new iteration.
"""
self._searchIterator = self._search(
self._request.start, self._request.end)
self._request.start, self._request.end)
self._currentObject = next(self._searchIterator, None)
if self._currentObject is not None:
self._nextObject = next(self._searchIterator, None)
Expand Down

0 comments on commit 12b093b

Please sign in to comment.