We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d747b commit 94762dfCopy full SHA for 94762df
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "openpnm"
3
-version = "3.6.1-dev2"
+version = "3.6.1-dev3"
4
description = "A framework for conducting pore network modeling simulations of multiphase transport in porous materials"
5
authors = [{ name = "OpenPNM Team", email = "jgostick@gmail.com" }]
6
maintainers = [
@@ -220,7 +220,7 @@ path = "src/openpnm/__version__.py"
220
packages = ["src/openpnm"]
221
222
[tool.bumpversion]
223
-current_version = "3.6.1-dev2"
+current_version = "3.6.1-dev3"
224
parse = """(?x)
225
(?P<major>0|[1-9]\\d*)\\.
226
(?P<minor>0|[1-9]\\d*)\\.
0 commit comments