Skip to content

Commit

Permalink
Bump version: 1.7.1 → 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed Aug 8, 2024
1 parent e7b9d44 commit 1ec6de0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.1
current_version = 1.8.0
commit = True
tag = True
files = pyproject.toml decoupler/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion decoupler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.7.1' # noqa: F401
__version__ = '1.8.0' # noqa: F401
__version_info__ = tuple([int(num) for num in __version__.split('.')]) # noqa: F401

from .pre import extract, match, rename_net, get_net_mat, filt_min_n, mask_features, return_data, break_ties # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "decoupler"
version = "1.7.1"
version = "1.8.0"
description = "Ensemble of methods to infer biological activities from omics data"
license = "gpl-3.0-only"
authors = [
Expand Down

0 comments on commit 1ec6de0

Please sign in to comment.