diff --git a/lib/bio/version.rb b/lib/bio/version.rb index c8926362..23e90a84 100644 --- a/lib/bio/version.rb +++ b/lib/bio/version.rb @@ -10,7 +10,7 @@ module Bio # BioRuby version (Array containing Integer) - BIORUBY_VERSION = [2, 0, 4].extend(Comparable).freeze + BIORUBY_VERSION = [2, 0, 5].extend(Comparable).freeze # Extra version specifier (String or nil). # Existance of the value indicates development version.