Skip to content

Commit

Permalink
Version bumo to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Feb 15, 2023
1 parent 4a569e1 commit e2949cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circtools/circtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import sys

# global settings
version = "1.2.0"
version = "1.2.2"
program_name = "circtools"


Expand Down
2 changes: 1 addition & 1 deletion circtools/enrichment/enrichment_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def normalize_count(start, stop, count):
str(bed_feature[2]) + "_" + \
bed_feature[5]

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.0',
version='1.2.2',

description='circtools - a circular RNA toolbox',
long_description=long_description,
Expand Down

0 comments on commit e2949cb

Please sign in to comment.