Skip to content

Commit

Permalink
Bump version: 1.8.0 → 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed Sep 10, 2024
1 parent 0dd3da6 commit 3b33dc6
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.8.0
current_version = 1.8.1
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.8.0' # noqa: F401
__version__ = '1.8.1' # 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.8.0"
version = "1.8.1"
description = "Ensemble of methods to infer biological activities from omics data"
license = "gpl-3.0-only"
authors = [
Expand Down

0 comments on commit 3b33dc6

Please sign in to comment.