Skip to content

Commit 3549841

Browse files
committed
maint: bump version: 0.0.1-dev14 → 0.0.1-dev15 [skip bump]
1 parent 37ac931 commit 3549841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kabs"
3-
version = "0.0.1-dev14"
3+
version = "0.0.1-dev15"
44
description = "A tool for finding the absolute permeability from a volumetric image using the lattice Boltzmann method"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -31,7 +31,7 @@ dev = [
3131
]
3232

3333
[tool.bumpversion]
34-
current_version = "0.0.1-dev14"
34+
current_version = "0.0.1-dev15"
3535
parse = """(?x)
3636
(?P<major>0|[1-9]\\d*)\\.
3737
(?P<minor>0|[1-9]\\d*)\\.

0 commit comments

Comments
 (0)