Skip to content

Commit ec6113a

Browse files
committed
bump to version 2.7.1.dev
1 parent 33e8cf7 commit ec6113a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

mia_processes/info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
# Current version
2121
version_major = 2
2222
version_minor = 7
23-
version_micro = 0
24-
# version_extra = "dev" # leave empty for release
25-
version_extra = ""
23+
version_micro = 1
24+
version_extra = "dev" # leave empty for release
25+
# version_extra = ""
2626

2727
# Expected by setup.py: string of form "X.Y.Z"
2828
if version_extra:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mia_processes"
3-
version = "2.7.0"
3+
version = "2.7.1"
44
authors = [
55
{name = "Populse team", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)