Bump version to 0.6.0
Change-Id: I7fcabc189f1f841d59e330b0a1f66846f42f5823
diff --git a/Changes b/Changes
index 55212ca..4b4e815 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.6.0 2023-01-13
- korapxml2conllu:
- the sigle-pattern option now affects the entire sigle
- handle docid attributes correctly if they are in a different line than their parent element <layer>
diff --git a/script/conllu2korapxml b/script/conllu2korapxml
index 15e396c..60d691a 100755
--- a/script/conllu2korapxml
+++ b/script/conllu2korapxml
@@ -14,7 +14,7 @@
my %opts;
my %processedFilenames;
-our $VERSION = '0.5.0';
+our $VERSION = '0.6.0';
our $VERSION_MSG = "\nconllu2korapxml - v$VERSION\n";
use constant {
diff --git a/script/korapxml2conllu b/script/korapxml2conllu
index 9f19987..f50a736 100755
--- a/script/korapxml2conllu
+++ b/script/korapxml2conllu
@@ -26,7 +26,7 @@
my $lm_training_data = 0;
-our $VERSION = '0.5.0';
+our $VERSION = '0.6.0';
our $VERSION_MSG = "\nkorapxml2conllu - v$VERSION\n";