Skip to content

Commit

Permalink
Merge pull request #29 from ehenneken/master
Browse files Browse the repository at this point in the history
user MANIFEST file
  • Loading branch information
ehenneken committed Oct 7, 2016
2 parents aad3616 + 495bc75 commit 7a62264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.md
recursive-include *.dat
include requirements.txt
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.20"
__version__ = "1.0.21"

from ads_utils import make_bibcode
from ads_utils import resolve_references
Expand Down

0 comments on commit 7a62264

Please sign in to comment.