Skip to content

Commit b5c12b6

Browse files
author
Dani Bodor
committed
build: bump pyproject.toml
1 parent 37bc1a0 commit b5c12b6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.bumpversion.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ replace = __version__ = "{new_version}"
1111
[bumpversion:file:CITATION.cff]
1212
search = version: "{current_version}"
1313
replace = version: "{new_version}"
14+
15+
[bumpversion:file:pyproject.toml]
16+
search = version = "{current_version}"
17+
replace = version = "{new_version}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "0.1.0"
7+
version = "1.0.1"
88
description = "Processing of lung image data from electrical impedance tomography."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)