Skip to content

Commit

Permalink
Preparing release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keul committed Jan 2, 2014
1 parent c737cc3 commit d6015ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allanon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from allanon.url_generator import search_resources
from allanon.resouce_grabber import ResourceGrabber

VERSION = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), "version.txt")).read()
VERSION = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), "version.txt")).read().strip()
DESCRIPTION = """
Crawl a replicable set of URLs, then download resources from them.
Expand Down

0 comments on commit d6015ec

Please sign in to comment.