diff --git a/flat/__init__.py b/flat/__init__.py index b90c97e..2400ae8 100644 --- a/flat/__init__.py +++ b/flat/__init__.py @@ -1 +1 @@ -VERSION = "0.7.1" +VERSION = "0.7.2" diff --git a/setup.py b/setup.py index f0c8cb7..a444fc2 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(fname): setup( name = "FoLiA-Linguistic-Annotation-Tool", - version = "0.7.1", #Also change in flat/__init__.py !! + version = "0.7.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."),