Skip to content

Commit

Permalink
version bump before release
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jun 3, 2021
1 parent 7d7940f commit fe0dddf
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.2"
LIBVERSION = "2.5.3"
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.2", #edit LIBVERSION in __init__.py as well
version = "2.5.3", #edit LIBVERSION in __init__.py as well
author = "Maarten van Gompel",
author_email = "[email protected]",
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 fe0dddf

Please sign in to comment.