From 2ff9b6232e8e36909fd9884c8d19c777abe21430 Mon Sep 17 00:00:00 2001 From: David Heller Date: Thu, 26 Oct 2017 14:05:12 +0200 Subject: [PATCH] increase version to v1.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56e6161..0f1b341 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.2', + version='1.0.3', 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',