Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmiller612 committed Dec 28, 2020
1 parent ba7306c commit 91dc75d
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.6.0',
version='0.6.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.6.0.tar.gz',
download_url='https://github.com/dmmiller612/bert-extractive-summarizer/archive/0.6.1.tar.gz',
author='Derek Miller',
author_email='[email protected]',
install_requires=['transformers', 'scikit-learn', 'spacy'],
Expand Down

0 comments on commit 91dc75d

Please sign in to comment.