Skip to content

Commit

Permalink
Merge pull request #27 from ehenneken/master
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
ehenneken authored Oct 7, 2016
2 parents f9f0773 + c7b4444 commit d5498b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion adsutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

""" A Python tool with some general ADS utilities """

__version__ = "1.0.18"
__version__ = "1.0.19"

from ads_utils import make_bibcode
from ads_utils import resolve_references
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

readfile_kwargs = {"encoding": "utf-8"} if major >= 3 else {}



def readfile(filename):
with open(filename, **readfile_kwargs) as fp:
contents = fp.read()
Expand Down

0 comments on commit d5498b2

Please sign in to comment.