Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 14, 2024
1 parent 722a404 commit 14551a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foliatools/__init__.py
Original file line number Diff line number Diff line change
@@ -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.5"
VERSION = "2.5.6"
2 changes: 1 addition & 1 deletion foliatools/folia2stam.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def convert(f, annotationstore: stam.AnnotationStore, **kwargs):
"value": value,
"set": FOLIA_NAMESPACE
},
]
])



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name = "FoLiA-tools",
version = "2.5.5", #also change in __init__.py
version = "2.5.6", #also change in __init__.py
author = "Maarten van Gompel",
author_email = "[email protected]",
description = ("FoLiA-tools contains various Python-based command line tools for working with FoLiA XML (Format for Linguistic Annotation)"),
Expand Down

0 comments on commit 14551a3

Please sign in to comment.