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 9744ea8 commit c168cebCopy full SHA for c168ceb
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "openpnm"
3
-version = "3.6.3"
+version = "3.6.3-dev1"
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.3"
+current_version = "3.6.3-dev1"
224
parse = """(?x)
225
(?P<major>0|[1-9]\\d*)\\.
226
(?P<minor>0|[1-9]\\d*)\\.
0 commit comments