Skip to content

Commit

Permalink
v1.2 out
Browse files Browse the repository at this point in the history
  • Loading branch information
ferru97 committed Jun 2, 2021
1 parent e5f6821 commit c54914c
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.1"
__version__= "1.2"
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.1',
version = '1.2',
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.1.tar.gz',
download_url = 'https://github.com/ferru97/PyPaperBot/archive/v1.2.tar.gz',
keywords = ['download-papers','google-scholar', 'scihub', 'scholar', 'crossref', 'papers'],
install_requires=[
'astroid>=2.4.2,<=2.5',
Expand Down

0 comments on commit c54914c

Please sign in to comment.