Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Jan 12, 2023
1 parent 246e08c commit 8fb23a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bio/twobit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ def download(output_path, url)
end
end

Dir[__dir__ + "/twobit/references/*.rb"].each { |file| require file }
Dir[__dir__ + "/twobit/references/*.rb"].each { |file| require file }
2 changes: 1 addition & 1 deletion lib/bio/twobit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Bio
class TwoBit
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end

0 comments on commit 8fb23a4

Please sign in to comment.