From df04e98653fba0799da8c9d7880a369b5e2302e0 Mon Sep 17 00:00:00 2001 From: tjakobi Date: Thu, 3 Aug 2023 12:02:21 -0700 Subject: [PATCH] Version bump for maintenance release 1.3.1 --- circtools/circtools.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circtools/circtools.py b/circtools/circtools.py index 9d6c7074a..0014e428c 100644 --- a/circtools/circtools.py +++ b/circtools/circtools.py @@ -20,7 +20,7 @@ import sys # global settings -version = "1.3.0" +version = "1.3.1" program_name = "circtools" diff --git a/setup.cfg b/setup.cfg index 3a3bf91d6..e8ced99d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = circtools description = circtools - a circular RNA toolbox -version = 1.3.0 +version = 1.3.1 long_description = file: README.rst long_description_content_type = text/x-rst url = https://github.com/jakobilab/circtools