From 7c18695b74abb7e7836b27b9363df3cbbe045959 Mon Sep 17 00:00:00 2001 From: Antonio Camargo Date: Thu, 29 Aug 2019 15:49:49 -0300 Subject: [PATCH] Version 0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da343ba..0837fee 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='rnasamba', - version='0.1.3', + version='0.1.4', packages=find_packages(), license='GNU General Public License v3.0', description='A tool for computing the coding potential of RNA transcript sequences using deep learning.',