Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zeldes committed May 26, 2020
1 parent 5556ed7 commit 5903850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hebpipe/lib/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

__version__ = "1.0.0.0"
__version__ = "1.0.0.1"
__author__ = "Amir Zeldes"
__copyright__ = "Copyright 2018-2020, Amir Zeldes"
__license__ = "Apache 2.0 License"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
setup(
name = 'hebpipe',
packages = find_packages(),
version = '1.0.0.0',
version = '1.0.0.1',
description = 'A pipeline for Hebrew NLP',
author = 'Amir Zeldes',
author_email = 'amir.zeldes@georgetown.edu',
package_data = {'':['README.md','LICENSE.md','requirements.txt'],'hebpipe':['lib/*','data/*','bin/*','models/*']},
install_requires=['numpy','pandas','scipy','joblib','xgboost==0.81','rftokenizer','depedit','xmltodict'],
url = 'https://github.com/amir-zeldes/HebPipe',
license='Apache License, Version 2.0',
download_url = 'https://github.com/amir-zeldes/HebPipe/releases/tag/v1.0.0.0',
download_url = 'https://github.com/amir-zeldes/HebPipe/releases/tag/v1.0.0.1',
keywords = ['NLP', 'Hebrew', 'segmentation', 'tokenization', 'tagging', 'parsing','morphology','POS'],
classifiers = ['Programming Language :: Python',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 5903850

Please sign in to comment.