Skip to content

Commit 4552cd7

Browse files
committed
Merge branch 'main' into develop
2 parents 0069879 + 0e0c41c commit 4552cd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ authors:
3939

4040
date-released: 2023-03-23
4141
doi: 10.5281/zenodo.7869553
42-
version: "1.8.5"
42+
version: "1.8.6"
4343
repository-code: "https://github.com/EIT-ALIVE/eitprocessing"
4444
keywords:
4545
- Mechanical lung ventilation

eitprocessing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.5"
1+
__version__ = "1.8.6"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eitprocessing"
7-
version = "1.8.5"
7+
version = "1.8.6"
88
description = "Processing of lung image data from electrical impedance tomography."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -62,7 +62,7 @@ docs = [
6262
"mkdocs >= 1.6.1",
6363
"mkdocs-material >= 9.6.18",
6464
"mkdocstrings >= 0.30.0",
65-
"mkdocstrings-python >= 1.17.0",
65+
"mkdocstrings-python >= 1.17.0, <2.0",
6666
"mkdocs-exclude >= 1.0.2",
6767
"mike >= 2.1.3",
6868
"pymdown-extensions >= 10.16.1",
@@ -173,7 +173,7 @@ isort.known-first-party = ["eitprocessing"]
173173
"docs/*" = ["ALL"]
174174

175175
[tool.bumpversion]
176-
current_version = "1.8.5"
176+
current_version = "1.8.6"
177177

178178
[[tool.bumpversion.files]]
179179
filename = "pyproject.toml"

0 commit comments

Comments
 (0)