Skip to content

Commit

Permalink
📦 Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rolczynski committed Oct 27, 2020
1 parent cdbfd82 commit ad089fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aspect_based_sentiment_analysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version of the aspect-based-sentiment-analysis package
__version__ = "1.1.2"
__version__ = "2.0.0"

from .alignment import tokenize
from .alignment import make_alignment
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
'optuna',
'spacy'
],
python_requires='~=3.7',
python_requires='>=3.6.9',
)

0 comments on commit ad089fb

Please sign in to comment.