From eff2324dc7c9379b0f97d1f9d536e0162dcccc91 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 24 Sep 2024 21:55:42 +0900 Subject: [PATCH] v0.0.5 --- lib/bio/bigwig/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bio/bigwig/version.rb b/lib/bio/bigwig/version.rb index 3b93b84..96c95ed 100644 --- a/lib/bio/bigwig/version.rb +++ b/lib/bio/bigwig/version.rb @@ -2,6 +2,6 @@ module Bio class BigWig - VERSION = "0.0.4" + VERSION = "0.0.5" end end