Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pdufter committed Mar 2, 2021
1 parent 4074d86 commit f3726a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@


setup(name='simalign',
version='0.1',
version='0.2',
description='Word Alignments using Pretrained Language Models',
keywords="NLP deep learning transformer pytorch BERT Word Alignment",
url='https://github.com/masoudjs/simalign',
url='https://github.com/cisnlp/simalign',
author='Masoud Jalili Sabet, Philipp Dufter',
author_email='[email protected],[email protected]',
license='GPL-3.0',
license='MIT',
packages=['simalign'],
install_requires=[
"numpy",
Expand Down

0 comments on commit f3726a5

Please sign in to comment.