From 6a0de6744b7324a3a04e5c3d7468d5aec84608b1 Mon Sep 17 00:00:00 2001 From: Naohisa Goto Date: Wed, 27 Sep 2023 15:43:27 +0900 Subject: [PATCH] prepare for BioRuby 2.0.5 release --- lib/bio/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.