Skip to content

Commit

Permalink
Merge pull request #39 from amir-zeldes/develop
Browse files Browse the repository at this point in the history
V3.3.0.0
  • Loading branch information
amir-zeldes authored Oct 30, 2023
2 parents 2c65b91 + 404660c commit 7e5c19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/DepEdit_user_guide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
setup(
name = 'depedit',
packages = ['depedit'],
version = '3.2.1.0',
version = '3.3.0.0',
description = 'A simple configurable tool for manipulating dependency trees',
author = 'Amir Zeldes',
author_email = '[email protected]',
url = 'https://github.com/amir-zeldes/depedit',
install_requires=["six"],
license='Apache License, Version 2.0',
download_url = 'https://github.com/amir-zeldes/depedit/releases/tag/3.2.1.0',
download_url = 'https://github.com/amir-zeldes/depedit/releases/tag/3.3.0.0',
keywords = ['NLP', 'parsing', 'syntax', 'dependencies', 'dependency', 'tree', 'treebank', 'conll', 'conllu', 'ud', 'enhanced'],
classifiers = ['Programming Language :: Python',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 7e5c19f

Please sign in to comment.