Bump version to 0.64
Change-Id: I0668d201b0cccf7a16e3ba9dc04e0bcef5b6d12e
diff --git a/Changes b/Changes
index 1959914..487e447 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.64 2025-11-05
- Added support for spaCy annotations on XPOS (spacy/p),
UPOS (spacy/u), morphological features (spacy/m) and
dependency relations (spacy/d).
diff --git a/lib/KorAP/XML/Krill.pm b/lib/KorAP/XML/Krill.pm
index 1b357a8..6a3870f 100644
--- a/lib/KorAP/XML/Krill.pm
+++ b/lib/KorAP/XML/Krill.pm
@@ -16,7 +16,7 @@
our @EXPORT_OK = qw(get_file_name get_file_name_from_glob);
-our $VERSION = '0.63';
+our $VERSION = '0.64';
has 'path';
has [qw/text_sigle doc_sigle corpus_sigle/];
diff --git a/script/korapxml2krill b/script/korapxml2krill
index cc0490a..d740eef 100755
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -178,7 +178,7 @@
# - Improve core count logging.
# ----------------------------------------------------------
-our $LAST_CHANGE = '2025/07/15';
+our $LAST_CHANGE = '2025/11/05';
our $LOCAL = $FindBin::Bin;
our $KORAL_VERSION = 0.03;
our $VERSION_MSG = <<"VERSION";