Skip to content

Commit

Permalink
added pypi latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eddotman committed Jun 22, 2015
1 parent ac5e8fd commit 9de5b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added dist/articledownloader-2.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
setup(
name = 'articledownloader',
packages = ['articledownloader'], # this must be the same as the name above
version = '2.0',
version = '2.1',
description = 'A class for downloading scientific journal articles',
author = 'Edward Kim',
author_email = 'eddotman@gmail.com',
url = 'https://github.com/eddotman/article-downloader', # use the URL to the github repo
download_url = 'https://www.github.com/eddotman/article-downloader/tarball/2.0',
download_url = 'https://www.github.com/eddotman/article-downloader/tarball/2.1',
keywords = ['journal', 'paper', 'article', 'downloader'], # arbitrary keywords
)

0 comments on commit 9de5b8c

Please sign in to comment.