Skip to content

Commit 94762df

Browse files
committed
maint: bump version: 3.6.1-dev2 → 3.6.1-dev3 [skip bump]
1 parent 90d747b commit 94762df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.6.1-dev2"
3+
version = "3.6.1-dev3"
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 = [
@@ -220,7 +220,7 @@ path = "src/openpnm/__version__.py"
220220
packages = ["src/openpnm"]
221221

222222
[tool.bumpversion]
223-
current_version = "3.6.1-dev2"
223+
current_version = "3.6.1-dev3"
224224
parse = """(?x)
225225
(?P<major>0|[1-9]\\d*)\\.
226226
(?P<minor>0|[1-9]\\d*)\\.

0 commit comments

Comments
 (0)