Skip to content

Commit

Permalink
Bump version: 1.5.1 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed Feb 19, 2024
1 parent de30514 commit e945f9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1
current_version = 1.6.0
commit = True
tag = True
files = setup.py decoupler/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion decoupler/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.5.1' # noqa: F401
__version__ = '1.6.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 # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name="decoupler",
version="1.5.1",
version="1.6.0",
author="Pau Badia i Mompel",
author_email="pau.badia@uni-heidelberg.de",
description="Ensemble of methods to infer biological activities from omics data",
Expand Down

0 comments on commit e945f9f

Please sign in to comment.