We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 570eb85 + 144441c commit 477c7d6Copy full SHA for 477c7d6
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "openpnm"
3
-version = "3.5.5-dev4"
+version = "3.6.0"
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 = [
@@ -219,7 +219,7 @@ path = "src/openpnm/__version__.py"
219
packages = ["src/openpnm"]
220
221
[tool.bumpversion]
222
-current_version = "3.5.5-dev4"
+current_version = "3.6.0"
223
parse = """(?x)
224
(?P<major>0|[1-9]\\d*)\\.
225
(?P<minor>0|[1-9]\\d*)\\.
0 commit comments