Skip to content

Commit 2192575

Browse files
committed
Bump version: 1.7.0 → 1.7.1
1 parent 0fda912 commit 2192575

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.7.0
2+
current_version = 1.7.1
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.7.0' # noqa: F401
1+
__version__ = '1.7.1' # 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 # 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.7.0"
7+
version = "1.7.1"
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)