Skip to content

Commit

Permalink
Download proper FoLiA for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 28, 2017
1 parent da41753 commit 31c531e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __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.7"
VERSION = "1.1.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def read(fname):

setup(
name = "PyNLPl",
version = "1.1.7", #edit version in __init__.py as well and ensure tests/folia.py FOLIARELEASE points to the right version!
version = "1.1.8", #edit version in __init__.py as well and ensure tests/folia.py FOLIARELEASE points to the right version!
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
2 changes: 1 addition & 1 deletion tests/folia.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import re


FOLIARELEASE = "v1.4.0.53"
FOLIARELEASE = "v1.4.1.54"

if os.path.exists('../../FoLiA'):
FOLIAPATH = '../../FoLiA/'
Expand Down

0 comments on commit 31c531e

Please sign in to comment.