From 715434087c1e7ec3865187ab0ea1aea77e95b444 Mon Sep 17 00:00:00 2001 From: Pablo Riesgo Ferreiro Date: Mon, 14 Dec 2020 11:55:24 +0100 Subject: [PATCH] release version 0.4.0 --- neofox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofox/__init__.py b/neofox/__init__.py index f2522da9..94da95ea 100755 --- a/neofox/__init__.py +++ b/neofox/__init__.py @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see .# -VERSION = "0.4.0.rc2" +VERSION = "0.4.0" REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER" NEOFOX_BLASTP_ENV = "NEOFOX_BLASTP" NEOFOX_MIXMHC2PRED_ENV = "NEOFOX_MIXMHC2PRED"