Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmiller612 committed Feb 21, 2021
1 parent 9041c53 commit 9c57724
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.1',
version='0.7.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.6.1.tar.gz',
download_url='https://github.com/dmmiller612/bert-extractive-summarizer/archive/0.7.0.tar.gz',
author='Derek Miller',
author_email='dmmiller612@gmail.com',
install_requires=['transformers', 'scikit-learn', 'spacy'],
Expand Down

0 comments on commit 9c57724

Please sign in to comment.