Skip to content

Commit 23ce75d

Browse files
committed
Release version 0.1.5
1 parent 2f1d418 commit 23ce75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
setup(
33
name = 'iwnlp',
44
packages = ['iwnlp'],
5-
version = '0.1.4',
5+
version = '0.1.5',
66
description = 'Python implementation for IWNLP',
77
author = 'Matthias Liebeck',
88
author_email = 'liebeck@cs.uni-duesseldorf.de',
99
url = 'https://github.com/Liebeck/IWNLP-py',
10-
download_url = 'https://github.com/Liebeck/IWNLP-py/archive/0.1.4.tar.gz',
10+
download_url = 'https://github.com/Liebeck/IWNLP-py/archive/0.1.5.tar.gz',
1111
keywords = ['IWNLP', 'NLP', 'German', 'lemmatization', 'Wiktionary'],
1212
classifiers = [],
1313
)

0 commit comments

Comments
 (0)