Skip to content

Commit

Permalink
Bumped version to 2.1.5 after adding localisation for french spanis, …
Browse files Browse the repository at this point in the history
…italian, portuguese and romanian.
  • Loading branch information
SekouD committed Jun 16, 2018
1 parent 5b686ab commit 23a35db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mlconjug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

__author__ = """SekouD"""
__email__ = 'sekoud.python@gmail.com'
__version__ = '2.1.4'
__version__ = '2.1.5'

from .mlconjug import EndingCountVectorizer, DataSet, Model, LinearSVC, SGDClassifier, SelectFromModel, Conjugator, Pipeline
from .PyVerbiste import Verbiste
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.4
current_version = 2.1.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='mlconjug',
version='2.1.4',
version='2.1.5',
description="A Python library to conjugate French, English, Spanish, Italian, Portuguese and Romanian verbs using Machine Learning techniques.",
long_description=readme + '\n\n' + installation + '\n\n' + history,
author="SekouD",
Expand Down

0 comments on commit 23a35db

Please sign in to comment.