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 050313a commit b9f0f5aCopy full SHA for b9f0f5a
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "openpnm"
3
-version = "3.6.2-dev3"
+version = "3.6.2-dev4"
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.2-dev3"
+current_version = "3.6.2-dev4"
224
parse = """(?x)
225
(?P<major>0|[1-9]\\d*)\\.
226
(?P<minor>0|[1-9]\\d*)\\.
0 commit comments