From ada10b08e2c0341fe9b49fc97a1832cf817cc2f9 Mon Sep 17 00:00:00 2001 From: Michele Mattioni Date: Thu, 11 Feb 2016 11:15:48 +0000 Subject: [PATCH] Bumping for release. --- transcribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcribe.py b/transcribe.py index 5cb77b5..678f38b 100755 --- a/transcribe.py +++ b/transcribe.py @@ -3,7 +3,7 @@ import re import sys -VERSION = "0.5.2.dev" +VERSION = "0.5.2" FILENAME_OUTPUT = "rna.txt" def transcribe(args):