Skip to content

Commit

Permalink
Bump version: 1.0.6 → 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouDiaoNlp committed Apr 27, 2021
1 parent 6214abf commit 28bcdb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pylexique/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """SekouDiaoNlp"""
__email__ = 'diao.sekou.nlp@gmail.com'
__version__ = '1.0.6'
__version__ = '1.0.7'
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 = 1.0.6
current_version = 1.0.7
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['cython', 'python-blosc', 'numexpr', 'numpy', 'h5py', 'pytables==3.6.1', 'Click>=7.1', ]
requirements = ['cython', 'blosc', 'numexpr', 'numpy', 'h5py', 'pytables==3.6.1', 'Click>=7.1', ]

setup_requirements = ['pytest-runner', ]

Expand All @@ -20,7 +20,7 @@
'pytest',
'pytest-cov',
'cython',
'python-blosc',
'blosc',
'numexpr',
'numpy',
'h5py',
Expand Down Expand Up @@ -70,6 +70,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/SekouDiaoNlp/pylexique',
version='1.0.6',
version='1.0.7',
zip_safe=False,
)

0 comments on commit 28bcdb9

Please sign in to comment.