Skip to content

Commit d57c1fd

Browse files
authored
Merge pull request #32 from ferru97/DEV
New version v1.1.0
2 parents 89ce3cd + d7d40b2 commit d57c1fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PyPaperBot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__= "1.0.2"
1+
__version__= "1.1.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
setuptools.setup(
77
name = 'PyPaperBot',
88
packages = setuptools.find_packages(),
9-
version = '1.0.2',
9+
version = '1.1.0',
1010
license='MIT',
1111
description = 'PyPaperBot is a Python tool for downloading scientific papers using Google Scholar, Crossref, and SciHub.',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
author = 'Vito Ferrulli',
1515
author_email = 'vitof970@gmail.com',
1616
url = 'https://github.com/ferru97/PyPaperBot',
17-
download_url = 'https://github.com/ferru97/PyPaperBot/archive/v1.0.2.tar.gz',
17+
download_url = 'https://github.com/ferru97/PyPaperBot/archive/v1.1.0.tar.gz',
1818
keywords = ['download-papers','google-scholar', 'scihub', 'scholar', 'crossref', 'papers'],
1919
install_requires=[
2020
'astroid==2.4.2',

0 commit comments

Comments
 (0)