Skip to content

Commit

Permalink
Bump setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmiller612 committed Mar 7, 2021
1 parent 52622b5 commit f76fc3c
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,13 +2,13 @@
from setuptools import find_packages

setup(name='bert-extractive-summarizer',
version='0.7.0',
version='0.7.1',
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.7.0.tar.gz',
download_url='https://github.com/dmmiller612/bert-extractive-summarizer/archive/0.7.1.tar.gz',
author='Derek Miller',
author_email='[email protected]',
install_requires=['transformers', 'scikit-learn', 'spacy'],
Expand Down

0 comments on commit f76fc3c

Please sign in to comment.