Skip to content

Commit a1106ec

Browse files
committed
Bump version: 1.9.1 → 1.9.2
1 parent ea3327e commit a1106ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.1
2+
current_version = 1.9.2
33
commit = True
44
tag = True
55
files = pyproject.toml decoupler/__init__.py

decoupler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.9.1' # noqa: F401
1+
__version__ = '1.9.2' # noqa: F401
22
__version_info__ = tuple([int(num) for num in __version__.split('.')]) # noqa: F401
33

44
from .pre import extract, match, rename_net, get_net_mat, filt_min_n, mask_features, return_data, break_ties # noqa: F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "decoupler"
7-
version = "1.9.1"
7+
version = "1.9.2"
88
description = "Ensemble of methods to infer biological activities from omics data"
99
license = "gpl-3.0-only"
1010
authors = [

0 commit comments

Comments
 (0)