From ef8d3e84535c72556b3977d88575f95352e228e6 Mon Sep 17 00:00:00 2001 From: David Heller Date: Thu, 3 May 2018 15:58:24 +0200 Subject: [PATCH] increase version to v1.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0488719..9fbcc43 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = """RNA-binding proteins (RBPs) play a vital role in the post-transcriptional control of RNAs. They are known to recognize RNA molecules by their nucleotide sequence as well as their three-dimensional structure. ssHMM is an RNA motif finder that combines a hidden Markov model (HMM) with Gibbs sampling to learn the joint sequence and structure binding preferences of RBPs from high-throughput RNA-binding experiments, such as CLIP-Seq. The model can be visualized as an intuitive graph illustrating the interplay between RNA sequence and structure.""" setup(name='sshmm', - version='1.0.5', + version='1.0.6', description='A sequence-structure hidden Markov model for the analysis of RNA-binding protein data.', long_description=long_description, url='https://github.molgen.mpg.de/heller/ssHMM',