Skip to content

Commit

Permalink
Now tied to correct FoLiA release for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 13, 2017
1 parent 357a676 commit aa18927
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pynlpl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
The library is divided into several packages and modules. It is designed for Python 2.6 and upwards. Including Python 3."""

VERSION = "1.1.9"
VERSION = "1.1.10"
4 changes: 2 additions & 2 deletions pynlpl/tests/folia.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
stderr = sys.stderr
stdout = sys.stdout

#FOLIARELEASE = "v1.4.1.54"
FOLIARELEASE = None #development version, do *NOT* release if this is set!
FOLIARELEASE = "v1.4.2.55"
#FOLIARELEASE = None #development version, do *NOT* release if this is set!

if os.path.exists('../../../FoLiA'):
FOLIAPATH = '../../../FoLiA/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(fname):

setup(
name = "PyNLPl",
version = "1.1.9", #edit version in __init__.py as well and ensure tests/folia.py FOLIARELEASE points to the right version and is not set to None!
version = "1.1.10", #edit version in __init__.py as well and ensure tests/folia.py FOLIARELEASE points to the right version and is not set to None!
author = "Maarten van Gompel",
author_email = "proycon@anaproy.nl",
description = ("PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl contains modules for basic tasks, clients for interfacting with server, and modules for parsing several file formats common in NLP, most notably FoLiA."),
Expand Down

0 comments on commit aa18927

Please sign in to comment.