Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehenneken committed Oct 11, 2016
1 parent f1ded9d commit bfc55b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.28"
__version__ = "1.0.29"

from ads_utils import make_bibcode
from ads_utils import resolve_references
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readfile(filename):
os.path.dirname(os.path.abspath('__file__')),
"adsutils", "__init__.py"))

data_dir = os.path.join(os.path.dirname(os.path.abspath('__file__')),"adsutils","data"))
data_dir = os.path.join(os.path.dirname(os.path.abspath('__file__')),"adsutils","data")

version = version_regex.findall(contents)[0]

Expand Down

0 comments on commit bfc55b5

Please sign in to comment.