From 1b9958b8320925f641a816c9788f9f50e7a3e963 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 19 Sep 2024 15:10:52 +0900 Subject: [PATCH] v0.0.4 --- lib/bio/cgranges/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bio/cgranges/version.rb b/lib/bio/cgranges/version.rb index 07b9b62..2508123 100644 --- a/lib/bio/cgranges/version.rb +++ b/lib/bio/cgranges/version.rb @@ -2,6 +2,6 @@ module Bio class CGRanges - VERSION = "0.0.3" + VERSION = "0.0.4" end end