From 94afc5ba382b8c3289f0de09df2e44cac7f568c0 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 12 May 2022 16:35:40 -0500 Subject: [PATCH] Update BioAlignments to deal with rebase --- Manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 1c060d2..ca1ce1a 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -129,11 +129,11 @@ version = "0.1.0" [[BioAlignments]] deps = ["BioGenerics", "BioSequences", "BioSymbols", "IntervalTrees", "LinearAlgebra"] -git-tree-sha1 = "fcc3ec5fbdeeba2a05b2ca15cb518d31f3f308dc" +git-tree-sha1 = "29e735a07a5f03e76f0ce99f2293cecd946c3729" repo-rev = "operations-fix" repo-url = "https://github.com/MillironX/BioAlignments.jl" uuid = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e" -version = "2.0.0" +version = "2.1.0" [[BioCore]] deps = ["Automa", "BufferedStreams", "YAML"]