Skip to content

Commit 3de4e4e

Browse files
committed
version bump prior to release
1 parent eb4db4b commit 3de4e4e

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
@@ -43,7 +43,7 @@
4343

4444
setup(
4545
name = 'python-frog',
46-
version = '0.3.7',
46+
version = '0.4.0',
4747
author = "Maarten van Gompel",
4848
author_email = "proycon@anaproy.nl",
4949
description = ("Python binding to FROG, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
@@ -52,7 +52,7 @@
5252
url = "https://github.com/proycon/python-frog",
5353
ext_modules = extensions,
5454
cmdclass = {'build_ext': build_ext},
55-
requires = ['frog (>=0.13.6)'],
55+
requires = ['frog (>=0.16)'],
5656
install_requires=['Cython'],
5757
classifiers=[
5858
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)