Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmiller612 committed Jan 3, 2022
1 parent 7fea2e0 commit 476c434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
from setuptools import find_packages

setup(name='bert-extractive-summarizer',
version='0.9.0',
version='0.10.0',
description='Extractive Text Summarization with BERT',
keywords=['bert', 'pytorch', 'machine learning',
'deep learning', 'extractive summarization', 'summary'],
long_description=open("README.md", "r", encoding='utf-8').read(),
long_description_content_type="text/markdown",
url='https://github.com/dmmiller612/bert-extractive-summarizer',
download_url='https://github.com/dmmiller612/bert-extractive-summarizer/archive/0.9.0.tar.gz',
download_url='https://github.com/dmmiller612/bert-extractive-summarizer/archive/0.10.0.tar.gz',
author='Derek Miller',
author_email='[email protected]',
install_requires=['transformers', 'scikit-learn', 'spacy'],
Expand Down

0 comments on commit 476c434

Please sign in to comment.