Skip to content

Commit 7fd91d9

Browse files
actions-usergithub-actions[bot]
authored andcommitted
Bump version number (build part)
1 parent a8e52ee commit 7fd91d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openpnm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.5.0.dev1'
1+
__version__ = '3.5.0.dev2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.5.0.dev1
2+
current_version = 3.5.0.dev2
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\D+)(?P<build>\d+)?
44
serialize = {major}.{minor}.{patch}.{release}{build}
55

0 commit comments

Comments
 (0)