Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 29, 2024
2 parents 68d6293 + acee512 commit d74fc15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YAML 1.2
---
cff-version: "1.4.0"
cff-version: "1.4.1"
title: "eitprocessing"
authors:
- family-names: Bodor
Expand Down Expand Up @@ -41,7 +41,7 @@ authors:

date-released: 2023-03-23
doi: 10.5281/zenodo.7869553
version: "1.4.0"
version: "1.4.1"
repository-code: "[email protected]:EIT-ALIVE/eitprocessing"
keywords:
- Mechanical lung ventilation
Expand Down
2 changes: 1 addition & 1 deletion eitprocessing/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eitprocessing"
version = "1.4.0"
version = "1.4.1"
description = "Processing of lung image data from electrical impedance tomography."
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -89,6 +89,9 @@ command_line = "-m pytest"
include = ["eitprocessing*", "eitprocessing.*"]
exclude = ["tests*", "*tests.*", "*tests"]

[tool.setuptools.package-data]
eitprocessing = ["config/*.yaml"]

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down Expand Up @@ -168,7 +171,7 @@ isort.known-first-party = ["eitprocessing"]
"docs/*" = ["ALL"]

[tool.bumpversion]
current_version = "1.4.0"
current_version = "1.4.1"

[[tool.bumpversion.files]]
filename = "pyproject.toml"
Expand Down

0 comments on commit d74fc15

Please sign in to comment.