From 9df2362f6d0672a1f62237dd4af6c706c4639e38 Mon Sep 17 00:00:00 2001 From: Rory M Flynn Date: Mon, 23 Jan 2023 14:10:55 -0700 Subject: [PATCH] Push a point release to react to ref-seqs changes I have looked at the ref-seqs release that came out a little more than a week ago 216 and I don't see any mention of one file. I am not sure why the change took place. I will email the refseqs folks to make sure this is not going back to a two file system in the next release. In the mean time all the sequences that i would expect are in this one file based on the catalog. It is a small change so I am pushing this update without the full amount of testing that we would sometimes do. Thanks to @spencerlong1 and @nikolasbasler for noticing the change in issue 254. --- mag_annotator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mag_annotator/__init__.py b/mag_annotator/__init__.py index 5e235ead..adf1ed52 100644 --- a/mag_annotator/__init__.py +++ b/mag_annotator/__init__.py @@ -1 +1 @@ -__version__ = '1.4.5' +__version__ = '1.4.6'