Skip to content

Commit

Permalink
Merge pull request #11 from ehenneken/master
Browse files Browse the repository at this point in the history
cleanup of requirements.txt
  • Loading branch information
ehenneken committed Sep 29, 2016
2 parents 3de54a5 + 163a84a commit e5ef2f4
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.1"
__version__ = "1.0.2"

from ads_utils import make_bibcode
from ads_utils import resolve_references
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ nose
requests
simplejson
coveralls
git+https://github.com/ehenneken/ads_c_modules#egg=ads-modules
-e git://github.com/ehenneken/ads_c_modules#egg=ads-modules

0 comments on commit e5ef2f4

Please sign in to comment.