We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ac931 commit 3549841Copy full SHA for 3549841
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "kabs"
3
-version = "0.0.1-dev14"
+version = "0.0.1-dev15"
4
description = "A tool for finding the absolute permeability from a volumetric image using the lattice Boltzmann method"
5
readme = "README.md"
6
requires-python = ">=3.12"
@@ -31,7 +31,7 @@ dev = [
31
]
32
33
[tool.bumpversion]
34
-current_version = "0.0.1-dev14"
+current_version = "0.0.1-dev15"
35
parse = """(?x)
36
(?P<major>0|[1-9]\\d*)\\.
37
(?P<minor>0|[1-9]\\d*)\\.
0 commit comments