Skip to content

Commit 17a57c0

Browse files
committed
Bump version: 1.8.0 → 1.8.1
1 parent 6659c0d commit 17a57c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0"
42+
version: "1.8.1"
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.0"
1+
__version__ = "1.8.1"

pyproject.toml

Lines changed: 2 additions & 2 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.0"
7+
version = "1.8.1"
88
description = "Processing of lung image data from electrical impedance tomography."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -174,7 +174,7 @@ isort.known-first-party = ["eitprocessing"]
174174
"docs/*" = ["ALL"]
175175

176176
[tool.bumpversion]
177-
current_version = "1.8.0"
177+
current_version = "1.8.1"
178178

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

0 commit comments

Comments
 (0)