Skip to content

Commit

Permalink
version bump prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 31, 2021
1 parent ce34d39 commit aed8fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion folia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This package contains the FoLiA library for Python"""
LIBVERSION = "2.5.0"
LIBVERSION = "2.5.1"
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 = "FoLiA",
version = "2.5.0", #edit LIBVERSION in __init__.py as well
version = "2.5.1", #edit LIBVERSION in __init__.py as well
author = "Maarten van Gompel",
author_email = "proycon@anaproy.nl",
description = ("An extensive library for processing FoLiA documents. FoLiA stands for Format for Linguistic Annotation and is a very rich XML-based format used by various Natural Language Processing tools."),
Expand Down

0 comments on commit aed8fb7

Please sign in to comment.