From 55eccc83c469f9d5a91b606b8961d678fe654bbc Mon Sep 17 00:00:00 2001 From: Gabriele Girelli Date: Tue, 27 Mar 2018 14:33:44 +0200 Subject: [PATCH] Minor fix, post2. --- README.md | 4 ++-- README.rst | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a633ed5..2350160 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -oligo-melting v2.0.1.post1 +oligo-melting v2.0.1.post2 === A Python3 package for melting temperature calculation of oligonucleotides hybridization and secondary structures. @@ -64,7 +64,7 @@ The hybridization delta free energy calculation is based on the N-N thermodynami #### Secondary structure -The `melt_second` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves. +The `melt_secstr` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves. ### As a library diff --git a/README.rst b/README.rst index a633ed5..2350160 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -oligo-melting v2.0.1.post1 +oligo-melting v2.0.1.post2 === A Python3 package for melting temperature calculation of oligonucleotides hybridization and secondary structures. @@ -64,7 +64,7 @@ The hybridization delta free energy calculation is based on the N-N thermodynami #### Secondary structure -The `melt_second` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves. +The `melt_secstr` script allows to correct the melting temperature of a nucleic acid secondary structure, previously calculated with OligoArrayAux, and to produce the corresponding melting curves. ### As a library diff --git a/setup.py b/setup.py index a36c664..7f46d54 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ long_description = f.read() setup(name='oligo_melting', - version='2.0.1.post1', + version='2.0.1.post2', description='''A Python3 package for melting temperature calculation of oligonucleotides hybridization and secondary structures.''', long_description=long_description,