From 3509e98f63cc44eb0ab8b8cdbfbcd4efc9aa5215 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Tue, 19 Mar 2024 13:37:27 +0100 Subject: [PATCH] version bump --- foliatools/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foliatools/__init__.py b/foliatools/__init__.py index 4f7b2a5..e964996 100644 --- a/foliatools/__init__.py +++ b/foliatools/__init__.py @@ -1,3 +1,3 @@ """FoLiA-tools contains various Python-based command line tools for working with FoLiA XML (Format for Linguistic Annotation)""" -VERSION = "2.5.6" +VERSION = "2.5.7" diff --git a/setup.py b/setup.py index b2700af..2c59ae4 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "FoLiA-tools", - version = "2.5.6", #also change in __init__.py + version = "2.5.7", #also change in __init__.py author = "Maarten van Gompel", author_email = "proycon@anaproy.nl", description = ("FoLiA-tools contains various Python-based command line tools for working with FoLiA XML (Format for Linguistic Annotation)"),