Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferru97 committed Apr 19, 2021
1 parent da19a6c commit 3ae4f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PyPaperBot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__= "1.1.0"
__version__= "1.1.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setuptools.setup(
name = 'PyPaperBot',
packages = setuptools.find_packages(),
version = '1.1.0',
version = '1.1.1',
license='MIT',
description = 'PyPaperBot is a Python tool for downloading scientific papers using Google Scholar, Crossref, and SciHub.',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Vito Ferrulli',
author_email = '[email protected]',
url = 'https://github.com/ferru97/PyPaperBot',
download_url = 'https://github.com/ferru97/PyPaperBot/archive/v1.1.0.tar.gz',
download_url = 'https://github.com/ferru97/PyPaperBot/archive/v1.1.1.tar.gz',
keywords = ['download-papers','google-scholar', 'scihub', 'scholar', 'crossref', 'papers'],
install_requires=[
'astroid==2.4.2',
Expand Down

0 comments on commit 3ae4f73

Please sign in to comment.