diff --git a/PyPaperBot/__init__.py b/PyPaperBot/__init__.py index 4be8728..f33b6fd 100644 --- a/PyPaperBot/__init__.py +++ b/PyPaperBot/__init__.py @@ -1 +1 @@ -__version__= "1.1.1" +__version__= "1.2" diff --git a/setup.py b/setup.py index 1082356..6cd21fb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ 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, @@ -14,7 +14,7 @@ author = 'Vito Ferrulli', author_email = 'vitof970@gmail.com', 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',