Skip to content

Commit

Permalink
PEP compatible version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbrigadir authored Mar 4, 2021
1 parent 8bd069f commit ab20107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages

setup(name='bert-extractive-summarizer',
version='0.6.1-spacy3',
version='0.6.1.dev3',
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(),
Expand Down

0 comments on commit ab20107

Please sign in to comment.