Skip to content

Commit 477c7d6

Browse files
committed
maint: merge release into dev [skip bump]
2 parents 570eb85 + 144441c commit 477c7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openpnm"
3-
version = "3.5.5-dev4"
3+
version = "3.6.0"
44
description = "A framework for conducting pore network modeling simulations of multiphase transport in porous materials"
55
authors = [{ name = "OpenPNM Team", email = "jgostick@gmail.com" }]
66
maintainers = [
@@ -219,7 +219,7 @@ path = "src/openpnm/__version__.py"
219219
packages = ["src/openpnm"]
220220

221221
[tool.bumpversion]
222-
current_version = "3.5.5-dev4"
222+
current_version = "3.6.0"
223223
parse = """(?x)
224224
(?P<major>0|[1-9]\\d*)\\.
225225
(?P<minor>0|[1-9]\\d*)\\.

0 commit comments

Comments
 (0)