File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.1
2
+ current_version = 0.1.2
3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
4
serialize = {major}.{minor}.{patch}
5
5
@@ -9,4 +9,4 @@ serialize = {major}.{minor}.{patch}
9
9
10
10
[bumpversion:file:pyproject.toml]
11
11
parse = version\s =\s\" (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\"
12
- serialize = {major}.{minor}.{patch}
12
+ serialize = {major}.{minor}.{patch}
Original file line number Diff line number Diff line change 1
1
""" version for mdinfo"""
2
2
3
- __version__ = "0.1.1 "
3
+ __version__ = "0.1.2 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " mdinfo"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " Print file metadata in various formats using a metadata template system."
5
5
authors = [
" Rhet Turnbull <[email protected] >" ]
6
6
license = " MIT License"
You can’t perform that action at this time.
0 commit comments