diff --git a/HISTORY.md b/HISTORY.md index 8ca58ce..a5fab09 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ -0.0.5 / 2011-09-06 +0.0.6 / 2011-09-06 ================== +* Added location normalizer * Improved punctuation feature elicitation * Improved name tokenizing * Bugfixes diff --git a/lib/anystyle/parser/version.rb b/lib/anystyle/parser/version.rb index 46e4ee7..14d7545 100644 --- a/lib/anystyle/parser/version.rb +++ b/lib/anystyle/parser/version.rb @@ -1,5 +1,5 @@ module Anystyle module Parser - VERSION = '0.0.5'.freeze + VERSION = '0.0.6'.freeze end end