Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit e2949cb

Browse files
committed
Version bumo to 1.2.2
1 parent 4a569e1 commit e2949cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

circtools/circtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import sys
2121

2222
# global settings
23-
version = "1.2.0"
23+
version = "1.2.2"
2424
program_name = "circtools"
2525

2626

circtools/enrichment/enrichment_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def normalize_count(start, stop, count):
749749
str(bed_feature[2]) + "_" + \
750750
bed_feature[5]
751751

752-
# in feature mode, we extend the key by count and feature length
752+
# in feature mode, we extend the ey by count and feature length
753753
if self.virtual_inclusion_file_path != "all":
754754
key += "_" + str(bed_feature[4])
755755

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run(self):
6363
# Versions should comply with PEP440. For a discussion on single-sourcing
6464
# the version across setup.py and the project code, see
6565
# https://packaging.python.org/en/latest/single_source_version.html
66-
version='1.2.0',
66+
version='1.2.2',
6767

6868
description='circtools - a circular RNA toolbox',
6969
long_description=long_description,

0 commit comments

Comments
 (0)