From e3d13135baf56728aeec217a388809a55d1102cd Mon Sep 17 00:00:00 2001 From: xzt41 Date: Thu, 20 Dec 2018 12:36:32 -0500 Subject: [PATCH] update to a new version --- ChangeLog.rst | 4 ++++ RiboCode/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 3e3b198..15b5978 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -4,6 +4,10 @@ Changes todo in future versions: - Supporting for *de novo* GTF file (no annotated start and stop codons). +v1.2.11 (2018.12.20) +----------------- +- Several small updates. + v1.2.10 (2018.3.25) ----------------- - Add "-i" option to metaplots command for multiple input files diff --git a/RiboCode/__init__.py b/RiboCode/__init__.py index e849037..1206bb4 100644 --- a/RiboCode/__init__.py +++ b/RiboCode/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding:UTF-8 -*- __author__ = 'Zhengtao Xiao' -__version__ = "1.2.10" +__version__ = "1.2.11"