diff --git a/flat/__init__.py b/flat/__init__.py index 781f567..9591a68 100644 --- a/flat/__init__.py +++ b/flat/__init__.py @@ -1 +1 @@ -VERSION = "0.5.1" +VERSION = "0.5.2" diff --git a/setup.py b/setup.py index f2b8af6..50bdad8 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): setup( name = "FoLiA-Linguistic-Annotation-Tool", - version = "0.5.1", #Also change in flat/__init__.py !! + version = "0.5.2", #Also change in flat/__init__.py !! author = "Maarten van Gompel", author_email = "proycon@anaproy.nl", description = ("FLAT is a web-based linguistic annotation environment based around the FoLiA format (https://proycon.github.io/folia), a rich XML-based format for linguistic annotation. Flat allows users to view annotated FoLiA documents and enrich these documents with new annotations, a wide variety of linguistic annotation types is supported through the FoLiA paradigm."),