Skip to content

Commit 70bf35c

Browse files
committed
Bump version: 1.7.0 → 1.7.1
1 parent 6ad8488 commit 70bf35c

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44

55
[project]
66
name = "liana"
7-
version = "1.7.0"
7+
version = "1.7.1"
88
description = "LIANA+: a one-stop-shop framework for cell-cell communication"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

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.7.0'
1+
__version__ = '1.7.1'
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)