Skip to content

Commit

Permalink
Bumped version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouD committed Jun 19, 2018
1 parent 1502716 commit dea3776
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.5'
__version__ = '2.1.6'

from .mlconjug import *
from .PyVerbiste import *
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.5
current_version = 2.1.6
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.5',
version='2.1.6',
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 dea3776

Please sign in to comment.