Skip to content

Commit 50bea1c

Browse files
committed
Bump version: 1.6.1 → 1.7.0
1 parent dab259f commit 50bea1c

3 files changed

Lines changed: 5 additions & 5 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.6.1
2+
current_version = 1.7.0
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44

55
[project]
66
name = "liana"
7-
version = "1.6.1"
7+
version = "1.7.0"
88
description = "LIANA+: a one-stop-shop framework for cell-cell communication"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -52,7 +52,7 @@ optional-dependencies.dev = [
5252
]
5353

5454
optional-dependencies.extras = [
55-
"decoupler>=1.6.1",
55+
"decoupler>=1.7.0",
5656
"omnipath>=1.0.6",
5757
"pydeseq2>=0.3.5",
5858
"cell2cell",
@@ -63,7 +63,7 @@ optional-dependencies.extras = [
6363
"mofapy2>=0.7.0",
6464
"requests>=2.25.1",
6565
"corneto==0.9.1-alpha.6",
66-
"cvxpy-base>=1.6.1",
66+
"cvxpy-base>=1.7.0",
6767
"PySCIPOpt>=5.2.1",
6868
]
6969

src/liana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.6.1'
1+
__version__ = '1.7.0'
22

33
from liana import method as mt, plotting as pl, resource as rs, multi as mu, utils as ut, testing
44

0 commit comments

Comments
 (0)