From a6807c682bc65d2213a94d72059fe93f81578d9e Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Mon, 21 Jun 2021 08:48:10 +0100 Subject: [PATCH] version removal of FCS_codons --- constellations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constellations/__init__.py b/constellations/__init__.py index d637fa8..baf43bd 100644 --- a/constellations/__init__.py +++ b/constellations/__init__.py @@ -1,3 +1,3 @@ _program = "constellations" -__version__ = "v0.0.8" +__version__ = "v0.0.9"